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

إضافة عرض سعر جديد

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