@extends('adminlayout.mobile_sidebar') @section('content')
@csrf
@if ($errors->has('role_slug')){{ $errors->first('role_slug') }}@endif

@endsection