@extends('layouts.app')
@section('title', 'Transaction History')
@section('content')
{{-- Company selection warning --}}
@if(!session('company_id'))
No Company Selected!
Please select a company from the header dropdown to access transaction history.
@endif
@endsection
@push('styles')