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