@extends('layouts.backend.master') @section('admin')
@include('backend.modal.project_category')

{{ $subTitle }}

@foreach ($dataList as $data ) @include('backend.modal.project_category') @endforeach
SN Title Image Action
{{ $loop->index + 1 }} {{ $data->title }} @php $file = $data->image ? json_decode($data->image) : null; @endphp @if($file && isset($file->original)) @if(Str::endsWith($file->original, ['.mp4', '.mov', '.avi'])) @else @endif @endif Edit
@csrf @method('DELETE')
@endsection