@extends('layouts.master') @section('body')

Document Type List (कागदपत्र प्रकार यादी)

@foreach($documentType as $key => $val) @endforeach
Sr No. (अ क्र.) Document Type (कागदपत्राचा प्रकार) Document Type Initial (दस्तऐवज प्रकार आरंभिक) Action (कृती)
{{ $key + 1 }} {{$val->document_type_name}} {{$val->document_type_initial }}
@can('document-type.edit')  Edit (सुधारणे)  @endcan @can('document-type.delete')
@csrf
@endcan
@endsection