@extends('admin.layouts.app') @section('content')
@csrf
@isset($page_title) {{$page_title}} @endisset
SEO Section
@push('js') @endpush @endsection