@extends('layouts/contentLayoutMaster') @section('title', 'Employee Transfer') @section('vendor-style') {{-- vendor css files --}} @endsection @section('content')

Employee Transfer

@can('Create Employee Transfer') Create New Transfer @endcan
@if ($message = Session::get('success'))
@endif @if ($errorMessage = Session::get('errorMessage'))
@endif
{{-- --}} {{-- --}} {{-- --}}
#Code From To WEF Employee Code Employee User UserName Status Created ByStatusDate/TimeAction
Plant Area Office Collection Point Plant Area Office Collection Point
@endsection @section('vendor-script') @endsection