@extends('super_admins.layouts.master') @section('title') Independents @endsection @section('css') @include('super_admins.includes.datatable_css') @endsection @section('content') Independents Home Independents All Independents Add Independent Name Description Status Action @foreach ($independents as $independent) {{ $independent->name }} {!! $independent->description !!} {{ $independent->is_active ? 'Active' : 'Inactive' }} {{-- edit --}} {{-- delete --}} Warning × This action is irreversible. Are You Sure , You want to delete this independents permanently ? @csrf @method('DELETE') @endforeach @endsection @section('scripts') @include('super_admins.includes.datatable_scripts') @endsection
This action is irreversible. Are You Sure , You want to delete this independents permanently ?