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

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

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

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

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