@extends('admin.layout.index') {{-- =========== meta Title =================== --}} @section('title') لیست آموزش ها @endsection {{-- =========== My Css Style =================== --}} @section('style') @endsection {{-- =========== My JavaScript =================== --}} @section('script') @endsection {{-- =========== CONTENT =================== --}} @section('content')
@foreach ($educations as $key => $item) @endforeach
عنوان موقعیت نمایش تصویر عملیات
{{ $item->title }} {{ $item->position }} عملیات
@include('admin.educations.modal') @endsection