@extends('app') @section('extra-css') @endsection @section('content-header') Add Employee Home HR Add Employee @endsection @section('content') @can('employee-view') View Employee @endcan @can('employee-create') Step 1 Basic Information Step 2 Address Step 3 Login Information Full Name: User Name: {{csrf_field()}} Father's Name: Mother's Name: Designation: {{ Form::select('designation', $designations, null, ['class' => 'form-control select2', 'id' => 'designation','required' => 'required'] ) }} Mobile No: DOB: Gender: Please Select a Designation Male Female Other Profile Image: Present Address: Permanent Address: Email: Password: Confirm Password: @endcan @endsection @section('extra-js') @endsection @section('script') @endsection