@extends('admin.layout.app') @section('content')
@include('admin.layout.session')
Add New Role
@csrf
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
Back
@endsection @push('js') @endpush