@extends('home.layouts.index') @section('title') ثبت تیکت @endsection @section('style') @endsection @section('script') @endsection @section('content')
@include('home.sections.profile_sidebar')
@if($user->first_name==null or $user->national_code==null) @include('home.users_profile.complete_info') @else
@csrf
@error('title')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@error('file')
{{ $message }}
@enderror
بازگشت
@endif
@endsection