@extends('layouts.app') @section('content')
Dashboard
@if (session('status'))
{{ session('status') }}
@endif
Notice: Undefined variable: orders in /home/admin2bannerworl/public_html/admin2.bannerworld.co.uk/resources/views/orders.blade.php on line 16
@foreach ($orders as $order)

{{ $order->date_created }}, {{ $order->id }} - {{ $order->billing->first_name }} {{ $order->billing->last_name }} - £{{ $order->total }}

@endforeach
@endsection