@extends('layouts/contentLayoutMaster') @section('title', 'Create Verification Type') @section('vendor-style') {{-- Page Css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content') Verification type {{ csrf_field() }} 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) {{ $business_model->name }} @endforeach @endif 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 }} @endforeach @endif Status Active Deactive Source B2B 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') }}