@extends('layouts.app') @section('title', 'فاتورة جديدة') @section('breadcrumb') @endsection @section('content')
فاتورة جديدة
@csrf @include('invoices._form')
@endsection