@extends('layout.app') @section('title') {{ __('اعدادات النظام') }} @stop @section('content')

{{ __('اعدادات النظام') }}

@csrf
@if (Auth::user()->user_name == 'admin')
@else @endif {{-- website title --}}
@if (Auth::user()->user_name == 'admin') @else @endif
{{-- end website title --}} {{-- website email --}}
{{-- end website email --}} {{-- website telephone --}}
{{-- end website telephone --}} {{-- website telephone --}}
{{-- end website telephone --}}

اعدادات ترويسة الطباعة

{{-- website telephone --}}
@if (Auth::user()->user_name == 'admin')
@else
@endif @if (Auth::user()->user_name == 'admin')
@else @endif {{-- end website telephone --}}
@endsection