| {{ trans('atm.atm') }} | Province | District | {{ trans('branch.view-in-map') }} | {{ $atm->title }} | {{ $atm->province ? $atm->province->title : '' }} | {{ $atm->district ? $atm->district->title : '' }} | @if($atm->url) {{ trans('branch.locate') }} @elseif(!empty($atm->lat) && !empty($atm->long)) {{ trans('branch.locate') }} @endif |
|---|