@extends('layouts.print') @section('content')
{!! __('Date') !!} : {{ date("Y-m-d") }}
{{ __('Name') }} | {{ __('Phone') }} | {{ __('City') }} | |
---|---|---|---|
{{ $index +1 }} | {{ @$user->name }} |
{{ $user->mobile }} |
@if ($address) {!! @$address->destination->title !!} @endif |
{!! __('Date') !!} : {{ date("Y-m-d") }}