@extends('Layouts.Application') @section('MainContent')
Manage role for {{ $userDetails->full_name }}
@include('Layouts.FormValidationErrors') @include('Layouts.ErrorSuccessAndWarninMessages')
{!! csrf_field() !!}
@endsection