@extends('layouts.master') @section('css') @endsection @section('title') {{ __('home.templates') }} @stop @section('page-header')
@endsection @section('content') @if(session()->has('success')) @endif @if(session()->has('error')) @endif @if ($errors->any())
@endif
{{ __('home.clothing_types_list') }}
@forelse($templates as $template) @empty @endforelse
{{ __('home.template_name') }} {{ __('home.components') }} {{ __('home.notes') }} {{ __('home.actions') }}
{{ $template->template_name }}
@forelse($template->items as $item) {{ $item->product->product_name ?? __('home.unknown') }} @empty لا توجد مكونات مضافة @endforelse
{{ $template->notes ?: '---' }}
لا توجد قوالب ملابس مضافة حتى الآن
@endsection