@extends('layouts.app') @section('title', $app_setting['name'] . ' | ' . __('Genarate New Invoice')) @section('content')
@csrf
{{ __('New Invoice') }}
@endsection @push('scripts') @if ($errors->any()) @endif @endpush