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

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

@if ($message = Session::get('success'))

{{ $message }}

@elseif($message = Session::get('error'))

{{$message}}

@endif

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