@extends('layouts.acc_layout')
@section('title', '| Transaction Head Settings')
@section('stylesheets')
@endsection
@section('content')
Transaction Head Settings
| SL# |
Name |
Head For |
Created At |
Action |
@foreach($transactionheads as $th)
| {{ $loop->iteration }} |
{{ $th->name }} |
{{ $th->getHeadFor()[$th->head_for] }} |
{{ date('d-m-Y', strtotime($th->created_at)) }} |
|
@endforeach
@endsection