@extends('admin.layouts.sellermastersoyuz') @section('title',__("Size chart templates")) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Size chart templates') }} @endslot ​ @slot('menu2') {{ __("Size chart templates") }} @endslot @slot('button')
{{ __("Create")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Size chart templates') }}
@foreach($templates as $key => $temp) @endforeach
{{__("#")}} {{__("Template name")}} {{__("Template code")}} {{__("Action")}}
{{ ++$key }} {{ ucfirst($temp->template_name) }} {{ ucfirst($temp->template_code) }}
@endsection