@extends('layouts.master') @section('css') @section('title') {{ __('home.templates') }} @stop @endsection @section('content') @if(session()->has('success')) @endif @if(session()->has('error')) @endif @if ($errors->any())
@endif
قائمة أنواع الثياب
@foreach($templates as $template) @endforeach
اسم القالب المكونات (المنتجات) ملاحظات العمليات
{{ $template->template_name }}
    @foreach($template->items as $item)
  • {{ $item->product->product_name ?? 'غير معروف' }}
  • @endforeach
{{ $template->notes }} تعديل حذف
@endsection