@extends('layouts.master') @section('content')

Permissions

Permissions
{{-- Add Permission --}}

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
Back
@endsection {{-- @section('script') @endsection --}}