Inital Commit
This commit is contained in:
28
resources/views/client/aarav/inside/country_single.blade.php
Normal file
28
resources/views/client/aarav/inside/country_single.blade.php
Normal file
@@ -0,0 +1,28 @@
|
||||
@extends('client.aarav.partials.layout')
|
||||
@section('header')
|
||||
<title>{{$country->title}} - {{env("APP_NAME")}}</title>
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<section class="banner-background d-flex align-items-center text-center">
|
||||
<div class="container">
|
||||
<p class="medium-text text-light">{{$country->title}}</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="pt-5 custom-background">
|
||||
<div class="container">
|
||||
<div class="row g-5 pb-5">
|
||||
<p class="fs-4 fw-bold text-center green-bg text-light p-2">{{$country->title}}</p>
|
||||
<div class="col-md-3">
|
||||
<img class="img-fluid rounded" src="{{site_url($country->image_thumb)}}" alt="">
|
||||
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
<p> {!!processForShortcode($country->details)!!} </p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@endsection
|
Reference in New Issue
Block a user