@extends('core::layouts.master') @section('title') {{ trans_choice('core::general.add',1) }} {{ trans_choice('core::general.note',1) }} @endsection @section('content') {{ trans_choice('core::general.add',1) }} {{ trans_choice('core::general.note',1) }} {{ trans_choice('core::general.back',1) }} {{ trans_choice('dashboard::general.dashboard',1) }} {{ trans_choice('loan::general.loan',2) }} {{ trans_choice('core::general.add',1) }} {{ trans_choice('core::general.note',1) }} {{csrf_field()}} {{trans_choice('core::general.description',1)}} @error('description') {{ $message }} @enderror @endsection @section('scripts') @endsection