@extends('admin.layouts.master') @section('pageTitle', 'Add Permission') @section('content')

Add Permission

@if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@csrf
@endsection