@include('admin.layouts.master')

Basic Detail

Create Basic Detail
Basic Detail
{{--

Add lightweight datatables to your project with using the Simple DataTables library. Just add .datatable class name to any table you wish to conver to a datatable

--}} @foreach ($basicdetails as $basicdetail) {{-- --}} @endforeach
S.No Company Name email Phone Logo Status Created At Actions
{{ $loop->iteration }} {{ $basicdetail->company_name }} {{ $basicdetail->email_1 }} {{ $basicdetail->phone }} {{ $basicdetail->status == 1 ? 'Active' : 'Suspended' }} {{ \Carbon\Carbon::parse($basicdetail->created_at)->format('d-m-Y h:i A') }}
Edit @csrf @method('DELETE')