@extends('layouts.admin.admin_layout') @section('title', trans('applang.units_templates')) @section('vendor-css') @endsection @section('page-css') @endsection @section('content')
@if ($units_templates->count() > 0) @foreach ($units_templates as $template) @endforeach @endif
{{trans('applang.id')}} {{trans('applang.template_name')}} {{trans('applang.main_unit')}} {{trans('applang.measurement_units')}} {{trans('applang.actions')}}
{{$template->id}} {{app()->getLocale() == 'ar' ? $template->template_name_ar : $template->template_name_en}} @if(app()->getLocale() == 'fa') {{$template->main_unit_fa}} @else {{$template->main_unit_en}} @endif {{trans('applang.adjust_measurement_units')}}
@include('erp.settings.units-templates.modals') @endsection @section('page-vendor-js') @endsection @section('page-js') @if (app()->getLocale() == 'ar') @else @endif @endsection