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

Cost Modal Request

@if(count($costRegisterd) > 0) @php $i = 1; @endphp @foreach($costRegisterd as $key => $n) @endforeach @if(count($costShow) > 0)

Request completion status:

@php $i = 1; @endphp @foreach($costShow as $key => $n) @if($n->cmail_status =='Mailer Error') @endif @endforeach @endif @else

Cost Modal Request Not Found

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