@extends('master') @section('content')
@if(auth()->check() && auth()->user()->role_id == 2)

Add Employee For {{ auth()->user()->company->name }}

@endif
@csrf
Looks good!
Looks good!
Looks good!
Looks good!
Looks good!
*Emp ID should be unique for an employee
Please provide a valid Address.
@auth
@endauth
@endsection @push('scripts') @endpush