@extends('layouts.app') @section('title') Create Permission @endsection @section('content')
Create Permission
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
Back
@endsection