@extends('layouts.admin', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
@csrf
@for ($i = 0; $i < count($sections); $i++)
@endfor {{-- Check footer section --}} @if (Request::segment(3) != "footer")

{{ __('SEO Configuration') }}

{{-- Title --}}
{{-- Meta Description --}}
{{-- Keywords --}}
@endif
@include('admin.includes.footer')
@endsection