@extends('layouts.dashboard') @section('pagehead', 'Add Bill') @section('bredcrumb-item-link',url('/home/billing')) @section('bredcrumb-item','All Bills') @section('content')
@include('layouts.notification')

{{__('Bill No IOPM' . $modules['lastId']['id'] + 1 )}}

@csrf

@endsection @section('scripts') @endsection