@extends('hr_main') @section('title', '| '. $data['pageTitle'] ) @section('content')
{{-- --}}
{!! $data['pageTitle'] !!}
{!! Form::open(array('url' => url('hr/specialReferenceSettings/store'), 'class'=>'form','method'=>'post')) !!}
@if ($errors->any()) @error('name') {{ $message }} @enderror @endif
{!! Form::submit('Submit', ['id' => 'add', 'class' => 'btn btn-info']); !!} Close
@endsection