@extends('layouts.layout') @section('title', 'Shop Orders') @section('content')

Shop Orders

@if (Auth::user()->role_id == 7) Download pdf
Download csv
@endif
Order ID Date / Time Ordered Customer Name Customer Address Status Items CTA
@endsection