@extends('layouts.app') @section('content')
@php $settings = \App\Models\Setting::all(); @endphp

{{ _lang('Home Page Settings') }}

@php $navigations = App\Models\Navigation::where('status',1)->get(); @endphp
{{ csrf_field() }}

{{ _lang('About Page Settings') }}

{{ csrf_field() }}

{{ _lang('Signup Page') }}

{{ csrf_field() }}

{{ _lang('SEO Settings') }}

{{ csrf_field() }}

{{ _lang('GDPR Cookie') }}

{{ csrf_field() }}

{{ _lang('Custom CSS & JS') }}

{{ csrf_field() }}
{{ _lang('Write Your CSS Code without style tag') }} !
{{ _lang('Write Your JS Code without script tag') }} !
@endsection