@extends('layouts.acc_layout') @section('title', '| Pos Acc Transaction Head') @section('stylesheets') @endsection @section('content')
Pos Acc Transaction Head Settings
Add
@foreach($posAccMisConfig as $th) @endforeach
SL# Transaction Head Name Table Field Name Supplier Created At Action
{{ $loop->iteration }} {{ ($th->pos_acc_mis_head) ? $th->pos_acc_mis_head->name : 'N/A' }} {{ $th->misName }} {{ $th->tableFieldName }} {{ ($th->supplier) ? $th->supplier->name.'('.$th->supplier->company_name.')' : 'N/A' }} {{ date('d-m-Y', strtotime($th->createdDate)) }}
@endsection @section('script') @endsection