@extends('layout.master') @section('main_content')

Create Permission

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