@extends('admin.layouts.sellermastersoyuz') @section('title',__("Size chart templates")) @section('body') @include('admin.layouts.topbar',$data)
@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