@extends('admin.layouts.admin') @section('content')
@include('admin.shared.alerts')
@yield('setting')
@yield('script') @endsection