@extends('dashboard.layouts.app') @section('title', __('dashboard.Footer Settings')) @section('page_heading', __('dashboard.Footer Settings')) @section('breadcrumb') @endsection @section('content')
@csrf @method('PATCH')
@if ($footerSetting->logo) Logo @endif
@if ($footerSetting->payment_methods_image) Payment Methods @endif
show_services ? 'checked' : '' }}>
show_company ? 'checked' : '' }}>
show_brands ? 'checked' : '' }}>
show_links ? 'checked' : '' }}>
show_phones ? 'checked' : '' }}>
show_emails ? 'checked' : '' }}>
show_governorates ? 'checked' : '' }}>
{{-- Services --}}
@if ($services->isNotEmpty()) @foreach ($services as $service) @endforeach @else @endif
{{ __('dashboard.Title') }} {{ __('dashboard.Description') }} {{ __('dashboard.Link') }} {{ __('dashboard.Actions') }}
{{ __('dashboard.No services added yet.') }}
{{-- Pages --}}
@if ($pages) @foreach ($pages as $page) @endforeach @else @endif
{{ __('dashboard.Title') }} {{ __('dashboard.Link') }} {{ __('dashboard.Actions') }}
{{ __('dashboard.No pages added yet.') }}
{{-- Link --}}
@if($links) @foreach($links as $link) @endforeach @else @endif
{{-- Phones --}}
@if($phones) @foreach($phones as $phone) @endforeach @else @endif
{{ __('dashboard.Phone') }} {{ __('dashboard.Actions') }}
{{ __('dashboard.No phones added yet.') }}
{{-- Emails --}}
@if($emails) @foreach($emails as $email) @endforeach @else @endif
{{ __('dashboard.Email') }} {{ __('dashboard.Actions') }}
{{ __('dashboard.No emails added yet.') }}
{{-- Governorates --}}
{{-- brands --}}
@endsection @section('scripts') @endsection