@extends('backend.admin-master') @section('site-title') {{__('Video Gallery')}} @endsection @section('style') @endsection @section('content')

{{__('Video Gallery')}}

@foreach($all_gallery as $data) @endforeach
{{__('ID')}} {{__('Title')}} {{__('Action')}}
{{$data->id}} {{$data->title}}

{{__('Add New Item')}}

@csrf
@endsection @section('script') @endsection