@extends('layouts.master') @section('title') @lang('Create Invoice') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') @lang('Invoice') @endslot @slot('title') Create @endslot @endcomponent @include('partials.session')
@csrf
@lang('Inoice To')
@lang('Recipient Email')
@lang('Address')
@lang('Select Currency')

@lang('Item name')
@lang('Amount')
 

@lang('Total Amount :')
0
 
@endsection @push('script') @endpush