@section('title', __('Website Settings'))

{{-- features --}}

{{ __('Feature Section') }}

{{-- features --}}

{{ __('Feature List') }}

@foreach ($features ?? [] as $key => $feature)
{{-- delete --}}

{{ __('Remove') }}

@endforeach
@empty($features ?? [])

{{ __("No Feature listed yet. Click on the 'Add Feature' button below to add a new feature") }}

@endempty {{-- add btn --}}

{{-- join us --}}

{{ __('Join Us Section') }}



{{-- about us --}}

{{ __('About Us Section') }}


{{-- contact us --}}

{{ __('Contact Us Section') }}


{{-- images --}}

{{ __('Images') }}

{{-- logo --}}
{{-- intro image --}}
{{-- footer image --}}
{{-- social links --}}

{{ __('Social Media Links') }}