@extends('backend.layouts.app') @section('content')
@if(sizeof($model)>0) @foreach($model as $m) @endforeach @endif
Sl Title Image Action
{{ ++$sl }} {{ $m->title }}
Booking Fee
Add New Booking Fee
@if(sizeof($pdf)>0) @foreach($pdf as $m) @endforeach @endif
Sl Date Title PDF Action
{{ ++$sl1 }} {{ date('d/m/Y',strtotime($m->created_at)) }} {{ $m->title }} PDF
@endsection @section('script') @endsection