@extends('layouts.app') @php $isEdit = $supplier->exists; @endphp @section('title', $isEdit ? 'تعديل مورد' : 'إضافة مورد') @section('page_title', $isEdit ? 'تعديل مورد' : 'إضافة مورد') @section('breadcrumb') @endsection @section('content')
@csrf @if($isEdit) @method('PUT') @endif @if ($errors->any())
@foreach ($errors->all() as $e)
{{ $e }}
@endforeach
@endif
بيانات المورد
شروط الدفع والرصيد
is_active : true) ? 'checked' : '' }}>
@endsection