@extends('layout.master2') @section('page_title','Bill Now') @section('head') @endsection @section('container')

   {{$user->name}}

@if($count_OrderCompleted>0)

Already Completed !

@else
CASE PICTURES
{{csrf_field()}}



CASE COMMENTS
BILLING
Inspection/Visiting Charges Rs. {{$order->min_amount_for_user}}
Total Rs. {{$order->grand_total}}
Select Payment mode


@endif
@endsection