@extends('layouts.app') @php use App\Models\Setting; $val = fn($k, $d=null) => old($k, Setting::get($k, $d)); @endphp @section('title', __('messages.company_settings')) @section('page_title', __('messages.company_settings')) @section('breadcrumb') @endsection @section('content')
@csrf @method('PUT')
@if ($errors->any())
@foreach ($errors->all() as $e)
{{ $e }}
@endforeach
@endif
{{-- بيانات الشركة --}}
@if (Setting::get('logo'))
@endif
{{-- ETA --}}
أدخل بيانات تسجيلك في بوابة الفاتورة الإلكترونية المصرية. التوقيع الرقمي يُضاف لاحقاً عبر إعدادات الشهادة.
@endsection