@extends('layouts.settings') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Create HiBob Credential', 'parentTitle'=>'Settings','parentUrl'=>'/settings'])
@include('partials.success') @include('partials.error-message') @include('settings.partials.delete-message')
{{csrf_field()}}
@include('partials.error')
@stop @section('after_scripts') @include('assets.partials.scripts.common') @stop