@extends('layouts.muladash') @section('title', $title) @section('content')

Pay Bills

@foreach ($bills as $bill)
{{ $bill->name }}

{{ $bill->name }}

@endforeach
@foreach ($bills as $bill)
@csrf
@endforeach @endsection @section('scripts') @endsection