@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