{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@if(!empty($data['id'])) @method('PUT') @endif @csrf
@include('settings.general_settings_tab') @include('settings.text_settings_tab') @include('settings.general_seo_settings')
@endsection {{-- Scripts Section --}} @section('scripts') @endsection