@extends('layouts.master') @section('title', 'Edit Order') @section('content')
@if(Session::has('success'))
{{ Session::get('success') }}
@endif
@csrf
$
Note: It will calculate automatically but you can enter manually if you want then use price as you entered.
payment == "delivery" ? "checked" : "" }} />
payment == "bank" ? "checked" : "" }} />
@endsection @section('pageJS') @endsection