@extends('core::layouts.master') @section('title') {{ trans_choice('loan::general.loan',1) }} {{ trans_choice('loan::general.product',2) }} @endsection @section('styles') @stop @section('content')

{{ trans_choice('loan::general.loan',1) }} {{ trans_choice('loan::general.product',2) }}

@foreach($data as $key) @endforeach
{{ trans_choice('core::general.name',1) }} {{ trans_choice('loan::general.short_name',1) }} {{ trans_choice('loan::general.fund',1) }} {{ trans_choice('core::general.active',1) }} {{ trans_choice('core::general.action',1) }}
{{$key->name}} {{$key->short_name}} {{$key->fund}} @if($key->active==1) {{trans_choice('core::general.yes', 1)}} @else {{trans_choice('core::general.no', 1)}} @endif
@endsection @section('scripts') @endsection