@extends('vendors.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('vendors.partials.rtl-style') @section('content')
{{ __('Name') }} | @if ($twoWayDeliveryStatus == 1){{ __('Charge') }} | @endif{{ __('Serial Number') }} | {{ __('Actions') }} | |
---|---|---|---|---|
{{ strlen($location->name) > 50 ? mb_substr($location->name, 0, 50, 'UTF-8') . '...' : $location->name }} | @if ($twoWayDeliveryStatus == 1)@if (empty($location->charge)) - @else {{ $symbolPosition == 'left' ? $symbol : '' }}{{ $location->charge }}{{ $symbolPosition == 'right' ? $symbol : '' }} @endif | @endif{{ $location->serial_number }} | {{ __('Edit') }} |