@extends('layouts.user_type.auth') @section('common')
@include('components.alert')
All Common
+ New Common
@forelse ($commons as $index => $common) @empty @endforelse
ID Type Code Status Actions

{{ $commons->firstItem() + $index }}

{{ $common->type }}

{{ $common->code }}

{{ ucfirst($common->status) }}

@if ($common->status !== 'deleted' && $common->is_system !== 1)
@csrf
@endif
No Data Found

No common data Found

@include('components.pagination', ['paginator' => $commons])
@endsection