@extends('admin.layouts.master-soyuz') @section('title',__('Footer Customization | ')) @section('body') @include('admin.layouts.topbar',$data)
@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

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

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