@extends('layout.admin.master') @section('meta-title', 'LEREVE Dashboard') @section('body-class', 'menu-position-side menu-side-left full-screen with-content-panel') @push('asset-top') @endpush @section('content')
Recent Orders
@foreach($orders as $key=>$order) @endforeach
# User Email Payment Type Subtotal Status
#00{{$order->id}} {{$order->billing_name}} {{$order->billing_email}} {{ucwords($order->pay_type)}} {{$order->subtotal}}
Dark Colors
@if(session('role')=='admin')
Branches
@foreach($branches as $branch)
{{$branch->name}}
  • Phone:{{$branch->phone}}
  • Address:{{substr($branch->address,0,10)}}...
  • Timing:{{$branch->opening_time.' - '.$branch->closing_time}}
@endforeach
@endif
@endsection @push('asset-bottom') @endpush