@extends('layouts.master') @section('title', 'Add Order') @section('content')
@if(Session::has('error'))
{{ Session::get('error') }}
@endif @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.
@endsection @section('pageJS') @endsection