@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