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

Add data Permission

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