@extends('layouts.master') @section('title') Permission @endsection @section('extra-css') @endsection @section('index')
Permission
{{ csrf_field() }}
@error('name') @enderror
@endsection @section('extra-script') @endsection