@extends('layouts.app') @section('title', __('dashboard.Add New Supplier')) @section('page_heading', __('dashboard.Add New Supplier')) @section('content')
{{ __('dashboard.Suppliers') }}
@include('layouts.partials.workspace-page-styles')

{{ __('dashboard.Add New Supplier') }}

أضف مورداً جديداً لربطه بعمليات الشراء.

@csrf
@error('name')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@error('address')
{{ $message }}
@enderror
{{ __('dashboard.Cancel') }}
@endsection