@extends('layouts.master') @section('content')

Add Credit History

@csrf @foreach($Credit_history as $key => $data)
@endforeach
@endsection() @section('script') @endsection()