@extends('admin.layouts.master-soyuz') @section('title',__('Footer Customization | ')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __("Front Settings") }} @endslot @slot('menu2') {{ __("Footer Customization") }} @endslot @endcomponent
@if ($errors->any()) @endif

{{ __("Footer Customization") }}

@csrf

{{__("Footer Section 1 Label")}}:

{{__('Footer Section 2 Label')}}:

{{__('Footer Section 3 Label')}}:

{{__("Footer Section 4 Label")}}:

{{__("Footer Section Customize")}}:

@csrf
@endsection @section('custom-script') @endsection