@extends('layouts/contentLayoutMaster') @section('title', 'Create Candidate Type') @section('vendor-style') {{-- Page Css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content')
{{ csrf_field() }}
@if($errors->has('type'))

{{ $errors->first('type') }}

@endif
@if($errors->has('description'))

{{ $errors->first('description') }}

@endif
@endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection