|
@if($config['phoneDisplay'])
هاتف: {{ $config['phoneIntlDisplay'] ?: $config['phoneDisplay'] }}
@endif
@if($config['email'])
بريد: {{ $config['email'] }}
@endif
@if($config['address']['full'])
{{ $config['address']['full'] }}
@endif
@yield('footer_extra')
© {{ date('Y') }} {{ $config['legal']['companyName'] ?: $config['name'] }}. جميع الحقوق محفوظة.
|
{{ $config['credit']['label'] }}
{{ $config['credit']['name'] }}
|