2024-03-28 14:52:40 +05:30
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
|
|
|
|
<meta name="description" content="">
|
|
|
|
|
<title>JERICHO ALTERNATIVES</title>
|
|
|
|
|
<!--{{-- <link rel="icon" href="https://pi.betadelivery.com/freeU_investment/public/favicon.ico" type="image/x-icon"/> --}}-->
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
<link rel="shortcut icon" href="{{ asset('public/assets/media/FrontendImages/menu-logo.png') }}" />
|
|
|
|
|
<link rel="icon" type="image/x-icon" href="{{ asset('public/assets/media/FrontendImages/menu-logo.png') }}">
|
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
|
|
|
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
|
|
|
|
<link rel="stylesheet" href="https://cdn.datatables.net/1.13.1/css/dataTables.bootstrap4.min.css" />
|
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
|
<!--<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css">-->
|
|
|
|
|
<!--<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">-->
|
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css" />
|
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css" />
|
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
|
|
|
|
|
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
|
|
|
|
|
crossorigin="anonymous" referrerpolicy="no-referrer" />
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="{{ asset('public/assets/css/FrontendCss/style.css') }}" />
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="{{ asset('public/assets/css/FrontendCss/style2.css') }}" />
|
|
|
|
|
{{-- <link rel="stylesheet" type="text/css" href="{{asset('public/assets/css/FrontendCss/rohit.css')}}" /> --}}
|
|
|
|
|
{{-- <link rel="stylesheet" type="text/css" href="{{asset('public/assets/css/FrontendCss/responsive.css')}}" /> --}}
|
|
|
|
|
<link rel='stylesheet' href='https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/smoothness/jquery-ui.css'>
|
|
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/sweetalert2@11.1.4/dist/sweetalert2.min.css" />
|
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.css"
|
|
|
|
|
integrity="sha512-3pIirOrwegjM6erE5gPSwkUzO+3cTjpnV9lexlNZqvupR64iZBnOOTiiLPb9M36zpMScbmUNIcHUqKD47M719g=="
|
|
|
|
|
crossorigin="anonymous" referrerpolicy="no-referrer" />
|
|
|
|
|
<style>
|
|
|
|
|
body {
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* .error {
|
|
|
|
|
color : white !important
|
|
|
|
|
} */
|
|
|
|
|
</style>
|
|
|
|
|
@yield('style')
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
2024-04-08 11:45:02 +05:30
|
|
|
|
2024-03-28 14:52:40 +05:30
|
|
|
@include('Frontend.menu-after-lg')
|