@extends('layouts.main') @push('styles') @endpush @section('content')
@if(!isset($employee))

{{__('strings.employee_registration')}}

{{ csrf_field() }}
  • @else

    {{__('strings.employee_update')}}

    {{ csrf_field() }}

  • @if($employee->trashed())
    @else
    @endif
    @endif
    @endsection @push('scripts') @endpush