@extends('layouts.master') @section('title') {{ trans_choice('general.add',1) }} {{ trans_choice('general.borrower',1) }} {{ trans_choice('general.group',1) }} @endsection @section('content')
{{ trans_choice('general.add',1) }} {{ trans_choice('general.borrower',1) }} {{ trans_choice('general.group',1) }}
@csrf @method('PUT')
@endsection