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