@extends('layouts.admin.app') @section('content')

Cost Modal Request

Back
Advanced Search Filter
@csrf @method('post')
Clear
@if(count($searchResult) > 0) @php $i = 1; @endphp @foreach($searchResult as $key => $n) @endforeach @else

No Recent Cost Modal Request Found

@endif
@endsection @section('scripts') @endsection