diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index a2a05ba..c663ee4 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -739,6 +739,7 @@ Responsive Codes /* study abroad css starts */ .abroad-banner-section{ + box-shadow: inset 0 1700px rgb(0 0 0 / 30%); padding: 3rem 6rem; height: 50vh; background-repeat: no-repeat; diff --git a/resources/views/blogs.blade.php b/resources/views/blogs.blade.php index beb6a43..1fc7331 100644 --- a/resources/views/blogs.blade.php +++ b/resources/views/blogs.blade.php @@ -32,7 +32,7 @@
- +

Study in Australia

@php $date = Carbon\Carbon::createFromFormat('Y-m-d', $blog->publish_date);@endphp
{{$date->format('j M, Y')}}
diff --git a/resources/views/visa.blade.php b/resources/views/visa.blade.php index 61700f6..bb58127 100644 --- a/resources/views/visa.blade.php +++ b/resources/views/visa.blade.php @@ -18,7 +18,7 @@ -->

{{$service->name}}

-
{{strip_tags($service->short_description)}}
+
{!!strip_tags($service->short_description)!!}