@extends('back.layouts.app', ['title' => $title]) @section('beforeHeadClose') @endsection @section('content')
@include('back.common_views.quicklinks')
@if ($errors->any())

Please correct These error.

@foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
    @endif

    Basic Settings @php echo helptooltip('meta_data_content') @endphp


    @csrf