@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
@csrf
تعديل قالب: {{ $template->template_name }}
مكونات القالب
@foreach($template->items as $index => $currentItem) @endforeach
المنتج إجراء
@endsection