@extends('layouts/base_view') @section('title') @endsection @section('content')

Edit data Permission

@method('patch') @csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
Back
@endsection