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

{{ trans_choice('core::general.add',1) }} {{ trans_choice('loan::general.loan',1) }}

@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection @section('scripts') @endsection