@extends('layouts.admin') @section('content') @push('css') @endpush
Sl. | Invoice No | Sell Date | Grand Total | {{--Status | --}}Action |
---|---|---|---|---|---|
{{ ++$key }} | {{ $_sells->sell_no }} | {{ utc_to_local('d M Y',@$_sells->sell_date) }} | {{ $_sells->grand_total }} | {{--
@if ($_sells->status == 0)
@endif
@if ($_sells->status == 1)
@endif
@if ($_sells->status == 2)
@endif
| --}}