@extends('core::layouts.master') @section('title') {{ trans_choice('core::general.edit',1) }} {{ trans_choice('savings::general.file',1) }} @endsection @section('content') {{ trans_choice('core::general.edit',1) }} {{ trans_choice('savings::general.file',1) }} {{ trans_choice('core::general.back',1) }} {{ trans_choice('dashboard::general.dashboard',1) }} {{ trans_choice('savings::general.savings',2) }} {{ trans_choice('core::general.edit',1) }} {{ trans_choice('savings::general.file',1) }} {{csrf_field()}} {{trans_choice('core::general.name',1)}} @error('name') {{ $message }} @enderror {{trans_choice('client::general.file',1)}} @error('file') {{ $message }} @enderror {{trans_choice('savings::general.status',1)}} {{trans_choice('client::general.pending',1)}} {{trans_choice('client::general.approved',1)}} {{trans_choice('client::general.rejected',1)}} @error('status') {{ $message }} @enderror {{trans_choice('core::general.description',1)}} @error('description') {{ $message }} @enderror @endsection @section('scripts') @endsection