@extends('layouts.master') @section('css') @toastr_css @section('title') {{trans('Students_trans.Student_details')}} @stop @endsection @section('page-header') @section('PageTitle') {{trans('Students_trans.Student_details')}} @stop @endsection @section('content')
  • {{ $role->name }}
      @if(!empty($rolePermissions)) @foreach($rolePermissions as $v)
    • {{ $v->name }}
    • @endforeach @endif
@endsection @section('js') @toastr_js @toastr_render @endsection