@extends('backend.layouts.app') @section('title', @$data['title']) @section('style') @endsection @section('content') {!! breadcrumb([ 'title' => @$data['title'], route('admin.dashboard') => _trans('common.Dashboard'), '#' => @$data['title'], ]) !!}
@csrf @if ($errors->any())
@endif
@include('backend.user.employee.form.personal-step') @include('backend.user.employee.form.official-step') @include('backend.user.employee.form.weekend-holiday-step')
@endsection @section('script') @endsection