@php $formInput = session('formInput', []); @endphp @extends('home.layouts.index') @section('title') بارگذاریه مدارک @endsection @section('description') @endsection @section('keywords') @endsection @section('style') @endsection @section('script') @endsection @section('content')
۱
اطلاعات عمومی

۲
اطلاعات خود اظهاری

۳
بارگذاری مدارک
@csrf

بارگذاری مدارک

@foreach($userType->fields as $file)
{{$file->description}}
@error('document_'.$file->id) فیلد {{$file->name}} الزامی است @enderror
@endforeach
@endsection