@section('title', __('Customers')) @extends('layouts.print') @section('content')
{{ __('Name') }} | {{ __('Email') }} | {{ __('Phone') }} | {{ __('City') }} | {{ __('Country') }} |
---|---|---|---|---|
{{ $row->name }} | {{ $row->email }} | {{ $row->phone }} | {{ $row->city }} | {{ $row->country }} |