Rules And Regulations Create

@include('layouts.admin.alerts') @if (count($rulesandregulations)>0) @foreach ($rulesandregulations as $item) @endforeach
# Name Description Action
{{ $no++ }} {{ $item->name }} {!! \Illuminate\Support\Str::limit($item->description, 10, $end='...') !!} Edit
@csrf {{ method_field('DELETE') }}
@else No Rules And Regulations Added Yet @endif