@extends('admin.layouts.master-soyuz') @section('title',__('Size chart | ')) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Size chart') }}
@foreach($templates as $key => $temp) @endforeach
{{__("#")}} {{__("Template name")}} {{__("Template code")}} {{__("Action")}}
{{ ++$key }} {{ ucfirst($temp->template_name) }} {{ ucfirst($temp->template_code) }}
@endsection