@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) {{-- Custom CSS --}} @section('css') @endsection @section('content')
{{-- Failed --}} @if(Session::has("failed")) @endif {{-- Success --}} @if(Session::has("success")) @endif
@csrf
@include('admin.includes.footer')
{{-- Custom JS --}} @section('scripts') @endsection @endsection