@extends('apex-layouts.main') @section('title','Cart') @section('header-right') Total:  {{ $models->total() }} @endsection @section('content')
{{-- --}} @foreach($models as $cart) {{-- --}} @endforeach
# Name Cart Type States Created atAction
{{$cart->id}} {{$cart->name}}
{{$cart->email}}
{{$cart->phone}}
WEB {!! $cart->states !!} {{\App\helpers\ViewCommonHelper::getDateFormat($cart->created_at,1)}} --}} {{-- --}} {{-- --}} {{-- --}} {{--
@if($models->total() > $models->perPage()) @endif
@endsection @section('styles') @stop