@extends('layouts.admin') @section('title', $Title) @section('content')
@if($message = Session::get('errormsg')) @endif @if($message = Session::get('msg')) @endif
@php $number = ($galleryList->currentpage()-1)* $galleryList->perpage() + 1;@endphp @forelse($galleryList as $key => $list) @endif @empty @endforelse
# Title video Link Action
{{ $number }} {{ substr(strip_tags($list->title), 0, 40) }}... Video Url
@csrf @method('delete')
No Data Found
# Title video Action
Showing {{ $galleryList->firstItem() }} to {{ $galleryList->lastItem() }} of total {{$galleryList->total()}} entries
{{ $galleryList->links() }}
@endsection