@include('new_layouts.header') @if($roles_count==0)

{{__('Manage Role')}}

{{__('No results found')}}

@else

{{__('Manage Role')}}




@foreach ($roles as $role) @if($role->name != 'client' && $role->name != 'consultant' && $role->name != 'sub_contractor') @endif @endforeach
@endif @include('new_layouts.footer')