@extends('layouts.master') @section('title') Permission Create @endsection @section('content')
Add Permission
{{ csrf_field() }} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection