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

Cost Modal Request

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

No Cost Modal Request Found

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