@extends('admin.template.master') @section('title')

User Role

@endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif

List

{{--@if(count($roles) < 1)--}} {{----}} {{----}} {{----}} {{--@else--}} {{--@foreach($roles as $role)--}} {{--role_is_exist == 0 ? "class='inactive'" : "" !!} >--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--@endforeach--}} {{--@endif--}}
ID Name Status Created At Edited At Action
No role found
{!! $role->role_name !!}{!! date('d M Y', strtotime($role->created_at)) !!}{!! date('d M Y', strtotime($role->updated_at)) !!}{!! $role->role_is_exist == 1 ? "Active" : "Inactive" !!}--}} {{----}} {{--Edit--}} {{--
@endsection @section('javascripts') @endsection