@extends('layouts.dashboard') @section('pagehead', 'Edit Bill') @section('bredcrumb-item-link',url('/home/billing/' . $bill->client_id)) @section('bredcrumb-item','Go Back') @section('content')
@include('layouts.notification')
@method('PUT') @csrf

total_sgst }} readonly class="form-control" min="0" placeholder="0.00" readonly />
total_cgst }} readonly class="form-control" min="0" placeholder="0.00" readonly />
total_igst }} readonly class="form-control" min="0" placeholder="0.00" readonly />
@endsection @section('scripts') @endsection