@extends('layouts.nifty') @section('content') Patient Profiling List of Transactions List of Transactions A table list of all Transactions. Advance Search Action Patient No Name Branch Trans Date Trans Time Total Qty Advance Search Patient No Name Branch {{ $curbranch->branch }} @foreach($branches as $branches) {{ $branches->branch }} @endforeach Trans Date From Trans Date To Search Reset @include('partials.footer') @endsection
A table list of all Transactions.