@extends('layouts.admin') @section('content') @push('css') @endpush
Sells Lists
Clear
{{-- --}} @foreach ($sells as $key => $_sells) {{-- --}} @endforeach
Sl. Invoice No Sell Date Grand TotalStatusAction
{{ ++$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
@push('alljs') {{-- --}} @endpush @endsection