@extends('master.app') @section('title', 'Invoice ') @section('body')

Create Invoice

@include('general.valert')
@csrf @method('post')
@if ($bdate == 1) @else
@endif
@endsection @section('pageJs') @endsection