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

Modules

Modules
{{-- Add Permission --}}

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