@extends('layouts.master') @section('title') Add Estimation @endsection @section('page-title') Add Estimation @endsection @section('body') @endsection @section('content')
@csrf @method('POST')

{{ date('d M,Y',time()) }}


# {{$next_invoice_number}}
Back
@endsection @section('scripts') @endsection