@extends('layouts.acc_layout') @section('title', '| Transaction Head Settings') @section('stylesheets') @endsection @section('content')

Transaction Head Settings

@foreach($transactionheads as $th) @endforeach
SL# Name Head For Created At Action
{{ $loop->iteration }} {{ $th->name }} {{ $th->getHeadFor()[$th->head_for] }} {{ date('d-m-Y', strtotime($th->created_at)) }}
@endsection