@extends('layouts.app') @section('page-title') {{ __('Footer Settings') }} @endsection @section('breadcrumb') @endsection @php $profile = asset(Storage::url('upload/profile')); $settings = settings(); $activeTab = session('tab', 'footer_column_1'); @endphp @push('script-page') @endpush @section('content')
@if (Gate::check('edit footer'))
@endif
@endsection