@extends('admin.layouts.admin') @section('title') Admin | Role List @endsection @section('styles') @endsection @section('content')

All Roles

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

 

SL no. Name Slug
Note:: : Active and Already Associated, : Active, : Inactive
@endsection @section('scripts') @endsection