@extends('layouts.main') @section('page-title') {{ __('Manage Bills') }} @endsection @section('page-breadcrumb') {{ __('Bill') }} @endsection @section('page-action')
{{ __('Click here to add New Bill') }}