@extends('core::layouts.master') @section('title') {{ trans_choice('core::general.edit',1) }} {{ trans_choice('client::general.identification',1) }} @endsection @section('content') {{ trans_choice('core::general.edit',1) }} {{ trans_choice('client::general.identification',1) }} {{ trans_choice('core::general.back',1) }} {{ trans_choice('dashboard::general.dashboard',1) }} {{ trans_choice('client::general.client',2) }} {{ trans_choice('core::general.edit',1) }} {{ trans_choice('client::general.identification',1) }} {{csrf_field()}} {{trans_choice('client::general.type',1)}} @foreach($client_identification_types as $key) {{$key->name}} @endforeach @error('client_identification_type_id') {{ $message }} @enderror {{trans_choice('core::general.id',1)}}# @error('identification_value') {{ $message }} @enderror {{trans_choice('core::general.photo',1)}} @error('photo') {{ $message }} @enderror {{trans_choice('client::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