@extends('layouts.panel') @section('page_title')

داشبورد

@endsection @section('custom_css') @endsection @section('content')
@csrf
@if($errors->has('title_fa')) @endif
@if($errors->has('title_en')) @endif
@if($errors->has('type')) @endif
@if($errors->has('help')) @endif
@if($errors->has('status')) @endif
@if($errors->has('required')) @endif
@if($errors->has('order')) @endif
@if($errors->has('path')) @endif
@endsection