@extends('admin.layouts.master') @section('content')
Notifications | Order ID | Order Date | Customer | Status | Value | |
---|---|---|---|---|---|---|
{{ $row->id }} | {{ $date }} | {{ $row->billing->company }} {{ $row->billing->first_name }} {{ $row->billing->last_name }} {{ $row->billing->email }} |
{{ ucfirst($row->status) }} | £{{ ucfirst($row->total) }} | {!! link_to_route(config('quickadmin.route').'.myorders.view', 'View', array($row->id), array('class' => 'btn btn-xs btn-success')) !!} {!! link_to_route(config('quickadmin.route').'.myorders.index', 'Reassign', array($row->id), array('class' => 'btn btn-xs btn-info reassignuser', 'id' => $row->id)) !!} |