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

Return to Employees

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

Add New Location Employee

@csrf

Upload Employee Image

@if(count($companys) > 0) @error('company_id') {{ $message }} @enderror @endif
@endsection @section('scripts') @endsection