@extends('layouts.frontend.app') @section('title') Staff List | ব্লু স্টার সঞ্চয় ও ঋণ দান সমবায় সমিতি @endsection @section('content')
Add New Roles Go Back
Staff List
@foreach ($allRoles as $key=>$role) @endforeach
# Role Action
{{$key = $key+1}} {{$role->role_designation}}
@csrf @method('DELETE')
@endsection