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