@extends('layouts.admin') @section('content')
| {{ trans('cruds.storeAudit.fields.id') }} | {{ $storeAudit->id }} |
|---|---|
| {{ trans('cruds.storeAudit.fields.sa_no') }} | {{ $storeAudit->sa_no }} |
| {{ trans('cruds.storeAudit.fields.employee') }} | {{ $storeAudit->created_by_employee ? $storeAudit->created_by_employee->name : '' }} |
| {{ trans('cruds.storeAudit.fields.date') }} | {{ $storeAudit->date }} |
| {{ trans('cruds.storeAudit.fields.time') }} | {{ $storeAudit->time }} |
| {{ trans('cruds.storeAudit.fields.available_store') }} | {{ $storeAudit->availableStore ? $storeAudit->availableStore->store_name : '' }} |
| {{ trans('cruds.storeAudit.fields.feedback') }} | {{ $storeAudit->feedbackOption ? $storeAudit->feedbackOption->name : '' }} |
| {{ trans('cruds.storeAudit.fields.additional_comment') }} | {!! $storeAudit->additional_comment ? nl2br($storeAudit->additional_comment) : '' !!} |
| {{ trans('cruds.storeAudit.fields.category') }} | {{-- @foreach($storeAudit->categories as $key => $category) {{ $category->category_name }} @endforeach --}} @if ($storeAudit->merchandiseCategory) {{ $storeAudit->merchandiseCategory->category_name }} @else No category is available now @endif |
| {{ trans('cruds.storeAudit.fields.state') }} | {{ $storeAudit->state ? $storeAudit->state->province_name : '' }} |
| {{ trans('cruds.storeAudit.fields.city') }} | {{ $storeAudit->city ? $storeAudit->city->city_name : '' }} |
| {{ trans('cruds.storeAudit.fields.created_at') }} | {{ $storeAudit->created_at ? $storeAudit->created_at : '' }} |
| {{ trans('cruds.storeAuditData.fields.code') }} | --}}{{ trans('cruds.storeAuditData.fields.name') }} | OHB (On Hand Balance) | {{ trans('cruds.storeAuditData.fields.remark') }} |
|---|---|---|---|
| {{ $sad->product_code }} | --}}{{ $sad->product_name }} | {{ $sad->quantity }} | {{ $sad->remark }} |
| No data available in table | |||