@extends('admin.layouts.master') @section('title', 'Stock') @section('content')
| Sl.No | Retailer | Credit Limit | Address | @if(Auth::user()->role<=4)Approve | @endif @if(Auth::user()->role>4)Review | @endifAction |
|---|---|---|---|---|---|---|
| {{$key+1}} | {{ $val->retailer}} | Rs {{ $val->credit_limit}} | {{ $val->address}} | @if($val->is_draft==1) Send to C&F @else @if(Auth::user()->role<=4) @if($val->status==0) Approve @endif @endif @endif | @if(Auth::user()->role<=4 || $val->is_draft==1) @endif |