@extends('layouts.acc_layout') @section('title', '| Pos Transaction Head') @section('stylesheets') @endsection @section('content')
Pos Transaction Head Settings
Add
@foreach($transactionHeads as $th) @endforeach
SL# Name Head For Created At Action
{{ $loop->iteration }} {{ $th->name }} {{ $th->name }} {{ date('d-m-Y', strtotime($th->createdDate)) }} {{-- --}}
@endsection @section('script') @endsection