@extends('backend.layouts.app') @section('content')
@if($type == 'store')
@csrf @else @csrf @method('put') @endif
{{-- --}}
@if(sizeof($model) > 0) @foreach ($model as $m) @endforeach @endif
Sl. Title Image Action
{{ ++$sl }} {{ $m->title }}
@endsection @section('page_script') @endsection