@extends('layouts.default') @section('title', $module_title) @push('head') @endpush @section('content')
@if(Session::has('error'))
{{Session::get('error')}}
@endif

{{$module_title}}

@csrf
Item Name Quantity Total (Rs.)

Notes:

Grand Total (Rs.) :
@endsection @push('scripts') @endpush