@extends('layouts.app') @section('custom-css') @endsection @section('content')
# | Flyers Detail | Flyers Total Price | Status | Action |
---|---|---|---|---|
{{++$key}} |
@foreach($flyer_request->flyerDetail as $key => $flyers)
{{$flyers['quantity']}} Pcs of {{$flyers->flyerName->name}} Flyer @endforeach |
PKR {{number_format($flyer_request->total)}} | @if($flyer_request->status == 1) Pending @elseif($flyer_request->status == 2) Accepted @elseif($flyer_request->status == 3) En-Route @elseif($flyer_request->status == 4) Delivered @else Not Specified @endif |