@if (session()->has('success')) @endif @if (session()->has('delete')) @endif
@if (isset($estimate)) @foreach ($estimate as $key => $item) @endforeach @if (sizeof($estimate) <= 0) @endif @endif
# Estimate name Action
{{ $key + 1 }} {{ $item->name }}
No data found !
{{-- Delete Prompt --}}
@section('custom_script') @endsection