@extends('companyAdmin.layouts.auth') @section('title') {{ env('APP_NAME') }} | Edit Employee @endsection @section('styles') @endsection @section('content')

Return to Employees

@if ($errors->any())
@endif

Add New Location Employee

@csrf

Upload Employee Image

@endsection @section('scripts') @endsection