@extends('backend.master') @section('title') {{ $title }} @endsection @section('content')

{{ _trans('common.Bill Callection') }}

@csrf
@foreach($accounts as $account) @endforeach
@endsection