@php use App\Models\warehouse;use App\Models\weakened; @endphp
@extends('admin.layouts.app')
@section('title',get_setting('site_name').' Staff Edit')
@section('content')
@livewire('EmployeeDetails',['staff_id'=>$id])
@endsection
@section('script')
@endsection