@extends('admin.layout.index') {{-- =========== meta Title =================== --}} @section('title') نوع های کاربران @endsection {{-- =========== My Css Style =================== --}} @section('style') @endsection {{-- =========== My JavaScript =================== --}} @section('script') @endsection {{-- =========== CONTENT =================== --}} @section('content')
@foreach ($userTypes as $key => $item) @endforeach
نام شرایط فیلد های لازم اپلود عملیات
{{ $item->user_type }} نمایش شرایط نمایش فیلد عملیات
@endsection