@extends('layouts.view') @section('title',trans('lang.bills_payments')) @section('links') @endsection @section('content')

{{trans('lang.bills_payments')}}

@if (count($errors) > 0)
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @if(isset($Bill_Payment)) @method('PUT') @endif
@if(isset($Bill->payments)) @foreach($Bill->payments as $payments)
{{trans('lang.delete')}}

@endforeach @endif
{{trans('lang.delete')}}

Add
@endsection @section('scripts') @endsection