@extends('admin.master', ['menu' => 'site_content', 'submenu' => 'content_home']) @section('title', isset($title) ? $title : '') @section('content')
{{ __('Home Page Settings') }}
{{ __('Home') }}
{{ __('Home Page') }}
{{ __('Location') }}
{{ __('Title') }}
{{ __('Description One') }}
{{ __('Description Two') }}
{{ __('Action') }}
@push('post_scripts') @endpush @endsection