@extends('backend.layouts.master') @section('content')
File listList of Academic Files Add
@foreach($data as $k=>$v) @endforeach
# Image Title First Description Second Description Category Published Sort order Action
{{++$k}} {{$v->title}} {!!Str::words(strip_tags($v->first_description),20,'...')!!} {!!Str::words(strip_tags($v->second_description),20,'...')!!} {{@$v->category->title}} {{$v->active?'Yes':'No'}} {{$v->sort_order}}
@csrf @method('DELETE')
@endsection @section('scripts') @endsection