@extends('layouts.master') @section('header') @include('layouts.partials.header') @endsection @section('navbar') @include('layouts.partials.nav') @endsection @section('sidebar') @include('layouts.partials.sidebar') @endsection @section('content')
{{$item->name}}
{{$item->email}}
{{$item->phone}}
{{$item->country->name}}
{{$item->default_city_name}}
{{$item->default_region_name}}
{{$item->default_address}}
{{$item->group_names}}
{{$item->orders_count}}
{{$item->total_orders_cost}}
{{date("d/m/Y",strtotime($item->created_at))}}
@if(!empty($item->last_order_date)){{date("d/m/Y",strtotime($item->last_order_date))}}@else --- @endif