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