@extends('admin.layouts.master') @section('title', 'إضافة فاتورة بيع') @section('content')

إضافة فاتورة بيع جديدة

رجوع
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@include('admin.sales_invoices._form')
@endsection