@extends('layouts.admin') @section('content')
Criar permissão
@csrf
@if($errors->has('title'))

{{ $errors->first('title') }}

@endif

@endsection