@extends('layouts.admin') @section('title', env('APP_NAME') . ' | สถานที่เย็บ(TVKMSew)') @section('content')
{{ trans('global.TMsew.title_singular') }}
{{-- --}} @foreach($sews as $key => $sew) {{-- --}} @endforeach
{{ trans('global.TMsew.fields.XISewCode') }} {{ trans('global.TMsew.fields.XVSewName') }} {{ trans('global.TMsew.fields.XVSewAddress') }} {{ trans('global.TMsew.fields.XISewTel') }} {{ trans('global.manage') }}
{{ $sew->XISewCode ?? '' }} {{ $sew->XVSewName ?? '' }} {{ $sew->XVSewAddress ?? '' }} {{ $sew->XISewTel ?? '' }} @can('sew_edit') @endcan @can('sew_delete')
@endcan
{{-- {!! $roles->total() !!} {{ trans_choice('labels.backend.access.roles.table.total', $roles->total()) }} --}}
{{-- {!! $roles->render() !!} --}}
@section('scripts') @endsection @endsection