@extends ('app')
@section ('content')

<div class="flex flex-col flex-1 w-full max-w-6xl items-center relative z-2 m-4">
    <div class="max-w-3xl w-full px-4 bg-color rounded border border-color">
        <form-staff-profile :staff-profile='@json($staff_profile)' 
            :hide-cancel="true"
            :inline="true"
        ></form-staff-profile>
    </div>
</div>

@endsection
