@extends('layouts.master') @section('title'){{__('sidebar.emp_transaction')}} @endsection @section('body') @endsection @section('content') @component('components.breadcrumb') @slot('page_title') {{__('sidebar.emp_transaction')}} @endslot @slot('subtitle') {{__('sidebar.move_department')}} @endslot @endcomponent
@csrf
@endsection @section('scripts') @endsection