@extends('backend.layouts.app') @section('content')
List of Gallery Videos
@foreach ($galleries as $items) @endforeach
Link Title Description Date Created Action
{{ $items->link }} {{ $items->title }} {{ $items->description }} {{ date('m-d-y', strtotime($items->created_at)) }}
@csrf @method('delete')
@endsection @section('js') @endsection