@extends('user.layouts.index', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings]) {{-- Custom CSS --}} @section('css') @endsection @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif
@csrf
@include('user.includes.footer')
{{-- Media Library --}} {{-- Custom JS --}} @push('custom-js') {{-- Upload image in dropzone --}} {{-- Media with pagination --}} {{-- Clipboard --}} @endpush @endsection