@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) {{-- Custom CSS --}} @section('css') @endsection @section('content')
@if (Session::has('success')) @endif {{-- Failed --}} @if (Session::has('failed')) @endif
{{ __('#') }} {{ __('Name') }} {{ __('Emails') }} {{ __('Status') }} {{ __('Action') }}
@include('admin.includes.footer')
{{-- Delete Confirmation --}} @endsection {{-- Custom JS --}} @section('scripts') {{-- Delete Confirmation --}} @endsection