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

داشبورد

@endsection @section('custom_css') @endsection @section('content')
@csrf
@if($errors->has('first_name')) @endif
@if($errors->has('last_name')) @endif
@if($errors->has('email')) @endif
@if($errors->has('city_id')) @endif
@if($errors->has('description')) @endif
@if($errors->has('grade')) @endif
@if($errors->has('field')) @endif
@if($errors->has('university')) @endif
@if($errors->has('image_file')) @endif
@if($errors->has('resume_file')) @endif
@if($errors->has('status')) @endif
@if($errors->has('linkdin')) @endif
@if($errors->has('telegram')) @endif
@if($errors->has('soroush')) @endif
@if($errors->has('instagram')) @endif
@if($errors->has('twitter')) @endif
@endsection