@extends('layouts.master') @section('title')Loan Comment @endsection @section('current-page')Loan Comment @endsection @section('content')
Loan Status
@foreach($data as $key) @endforeach
Name {{ translate('action') }}
{{ $key->name }}
@endsection @section('footer-scripts') @endsection