@php
$userBranchId = Auth::user()->branchId;
@endphp
@extends('welcome')
@section('title', '| Home')
@section('content')
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
@php
if($userBranchId==1){
$url = url('hrm/home');
}
else{
$url = '';
}
@endphp
{{--
--}}
{{--
--}}
{{-- homepage animation div --}}
{{--
--}}
@endsection