@extends('layouts.admin') @section('title') افزودن دسترسی @endsection @section('content')

افزود دسترسی

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