@extends('admin.layouts.master') @section('title', 'Dashboard') @section('content')
Categories
{{--
--}}
@if(Session::has('message')) @endif

Categories Content

{{--
--}}
@csrf
@csrf

@if(Session::has('true')) @endif @foreach ($files as $file ) @php $ext = explode('.',$file->name); $extention = $ext[1]; @endphp @if($extention == 'mp4') @else @endif @endforeach
S.No File File Link Action
{{ $loop->index+1 }} {{-- --}}
{{--
--}}
@endsection @section('scripts') @endsection