@extends("layouts.company") @section('content')

{{ !empty($user->id) ? 'Edit' : 'Create' }} Staff

@csrf
Back
@endsection @section('script') @endsection