@extends('back.layouts.app', ['title' => $title ?? '']) @section('content')
@include('back.common_views.quicklinks')

Create Setting

@csrf
@if (!empty($admin_data))
@else
@endif
@endsection @section('beforeBodyClose') @endsection