@extends(@Auth::user()->role=='admin' ? 'layouts.gentella':'layouts.'.env('LAYOUT')) @section('content') @if($order->payments()->sum('amount')<$order->amount && $order->status==4)
Kindly, go through the file preview below. If you are satisfied, then please Pay the remaining {{ "$".($order->amount-$order->payments()->sum('amount')) }} and approve the order so as to download the MS Word version. If you need any changes, then let us know by clicking on Revise. You are entitled to free revisions within 14 days after the completion of the paper. Thank you for ordering from us.
Pay Pending({{ @number_format($order->amount-$order->payments()->sum('amount'),2) }}) Revise
@elseif($order->status==4)
Kindly, go through the file preview below. If you are satisfied, please approve the order so as to download the MS Word version. If you need any changes, then let us know by clicking on Revise. You are entitled to free revisions within 14 days after the completion of the paper. Thank you for ordering from us.
Approve Revise
@endif @endsection