@extends('layouts.master') @section('contents')

Invoice Billing Structure

@if ($message = Session::get('success')) @else @endif
@forelse($billing_strut as $key => $value) @empty @endforelse
Client Name Work Order no. Billing To SAC CODE Billing GST No Billing Tax Code Billing Tax Rate(%) Show Service Charge Service Charge Rate (%) Contact Person Contact Email Action
{{$value->organizations->name}} {{$value->wo_number}} {{$value->billing_to}} {{$value->billing_sac_code}} {{$value->billing_gst_no}} {{strtoupper($value->billing_tax_mode)}} {{$value->billing_tax_rate}} {{strtoupper($value->show_service_charge)}} {{$value->service_charge_rate}} {{$value->contact_person}} {{$value->email_id}}
No Record Found
{{-- Show pagination --}}
{{ $billing_strut->links() }}
@endsection