@extends('layouts.app') @section('title') {{ __('Transaction Registry') }} @endsection @section('css') @endsection @section('breadcrumb')

{{ __('Transaction Registry') }}

@endsection @section('content')
@can('create_transaction_registry') {{ __('Create') }} @endcan
{{--
--}}
@if (isset($branch_id)) @endif
@csrf
{{-- --}} {{-- --}} {{-- --}} {{-- --}}
# {{ __('Patient Name') }} {{ __('Type') }} {{ __('Laboratory') }}{{ __('Test') }}{{ __('Description') }}{{ __('Sample') }}{{ __('Case') }}{{ __('Amount Paid') }}{{ __('OR Number') }} {{ __('Remarks') }} {{ __('Airway Bill') }} {{ __('Encoder') }} {{ __('Endorsed to') }} {{ __('Received by') }} {{ __('Created Date') }} {{ __('Action') }}
@endsection @section('scripts') @endsection