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

Cost Modal Request completion status

Link to Cost model Portal
Advanced Search Filter
@csrf @method('post')
Clear
@if(count($costShow) > 0) @php $i = 1; @endphp @foreach($costShow as $key => $n) @endforeach @else

Cost Modal Request Not Found

@endif
{{$costShow->links()}}
@endsection @section('scripts') @endsection