@extends('layouts.master') @section('Title') Request @endsection @section('content')

Follow Up

Manage all Follow Ups

@foreach($follow_ups as $live_req) @if($live_req->amount == "") @else @endif @endforeach
Order ID Restaurant Wepppi (Requested By) No. Of Wepppis Purpose Of Invitation Date Time Amount Status Action
#{{$live_req->order_id }} {{$live_req->Rname }} {{$live_req->name}} {{$live_req->wepppies}} {{$live_req->purpose}} {{$live_req->date}} {{$live_req->time}}-KD {{$live_req->amount}} @if($live_req->status == 1) Accepted @else Declined @endif
Order ID Restaurant Wepppi (Requested By) No. Of Wepppis Purpose Of Invitation Date Time Amount Status Action
@endsection @section('scripts') @endsection