@extends('layouts/contentLayoutMaster') @section('title', 'Edit Verification Type') @section('vendor-style') {{-- Page Css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content') Verification type {{ $verificationtype->name }} ₹ {{ $verificationtype->amount }} {{ csrf_field() }} Verification type Name @if ($errors->has('name')) {{ $errors->first('name') }} @endif Internal Name @if ($errors->has('internal_name')) {{ $errors->first('internal_name') }} @endif Amount @if ($errors->has('amount')) {{ $errors->first('amount') }} @endif @if ($business_models) @foreach ($business_models as $business_model) id == $verificationtype->candidate_category_id ? 'checked' : '' }} name="business_model_id[]" value="{{ $business_model->id }}"> {{ $business_model->name }} @endforeach @endif Description {{ $verificationtype->description }} @if ($errors->has('description')) {{ $errors->first('description') }} @endif TAT (in working Days) @if ($errors->has('tat')) {{ $errors->first('tat') }} @endif Task Type (for grouping) @if ($task_types) @foreach ($task_types as $task_type) task_type == $task_type->task_type ? 'selected' : '' }} value="{{ $task_type->task_type }}"> {{ $task_type->task_type }} @endforeach @endif Status status == 'A' ? 'selected' : '' }} value="A">Active status == 'I' ? 'selected' : '' }} value="I">Deactive Source source == 'B2B' ? 'selected' : '' }} value="B2B">B2B source == 'B2C' ? 'selected' : '' }} value="B2C">B2C Save Changes Reset @endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection
{{ $errors->first('name') }}
{{ $errors->first('internal_name') }}
{{ $errors->first('amount') }}
{{ $errors->first('description') }}
{{ $errors->first('tat') }}