@extends('layouts.app',['title' => 'Create Role']) @section('content')
@csrf
{{$errors->first('name')}}
Cancel
@endsection