@extends('admin.layouts.app') @push('admin_css') @if(App::getLocale() == 'ar') {{-- --}} @endif @endpush {{-- @if ($method == 'PUT') @section('title', \App\Helpers\TranslationHelper::translate('Edit Client')) @else @section('title', \App\Helpers\TranslationHelper::translate('Add Client')) @endif --}} @section('crumb') @endsection @section('content')
@if ($errors->any())
هناك بعض الأخطاء! يرجى تصحيح الأخطاء التالية:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf {{-- @if ($method == 'PUT') @method('PUT') @endif --}}
{{-- @if ($method == 'PUT') --}}
@error('points') {{ $message }} @enderror
{{-- @endif --}}
@endsection @push('admin_js') {{-- --}} {{-- --}} @endpush