@extends('admin.layout.master') @section('content')

Sales History

@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }} ×

@endif @endforeach
@if(!empty($type)) @if($type == 'today')

Today

@elseif($type == '30days')

30 Days

@elseif($type == '60days')

60 Days

@elseif($type == '90days')

90 Days

@elseif($type == '12month')

12 Month

@elseif($type == 'lifetime')

Lifetime

@else

Today

@endif @else

Today

@endif
@foreach ($columns_list_header as $c) @endforeach
{{ $c }}
@endsection