{{-- This is all Customer Page --}} @extends('layouts.vertical', ['title' => 'All identifications']) @push('head-script') @endpush @push('head-scriptTwo') @endpush @section('content')
| No. | Name | Status | Options |
|---|---|---|---|
| {{ $i++ }} | {{ $identification->name }} | @if ($identification->status == 1) Active @else Inactive @endif | {{-- Edit Button --}} {{-- Delete Button --}} |
| No Identifications available. | |||