@extends('layouts/contentLayoutMaster') @section('title', 'Create Candidate Type') @section('vendor-style') {{-- Page Css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content') Candidate type {{ csrf_field() }} Candidate type Name * @if($errors->has('type')) {{ $errors->first('type') }} @endif Description * {{ old('description') }} @if($errors->has('description')) {{ $errors->first('description') }} @endif Candidate Categories * Select option @if ($candidate_categories) @foreach ($candidate_categories as $candidate_category) {{$candidate_category->name}} @endforeach @endif Status Active Deactive Save Changes Reset @endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection
{{ $errors->first('type') }}
{{ $errors->first('description') }}