@extends(backpack_view('blank')) @section('content')

Quotation Revision ({{$quotationItem->revision}})

@forelse($quotationItemList as $key => $item) @php $itemAmount = (int) str_replace('$', '', $item->amount); @endphp @if ($item->tier_level==1)
Amount
@elseif($item->tier_level==2)
@if ($item->quantity !=null)
QTY
@endif
Amount
@elseif($item->tier_level==3)
@if ($item->quantity !=null)
QTY
@endif
Amount
@else
This is Area section
@endif @empty

Item Not Found!

On this revision, No items entered
@endforelse
@endsection @section('after_styles') @endsection @section('after_scripts') @endsection