²é¿´/±à¼ ´úÂë
ÄÚÈÝ
@extends('layouts.app') @section('title','Our Mission - Dusty helmets') @section('content') <!-- Page Header Start --> <!-- p8/pic1 --> <div class="mb-0 page-header" style="background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(public/assets/P6/pic2.jpg);background-position: center; background-repeat: no-repeat; background-size: cover;"> <div class="container"> <div class="row"> <div class="col-12"> <h2>Our Mission</h2> </div> <div class="col-12"> <a href="{{url('/')}}">Home</a> <a href="{{url('/mission')}}">Our Mission</a> </div> </div> </div> </div> <!-- Page Header End --> <div class="about"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-7"> <div class="about-content"> <div class="section-header"> <p>Our Mission</p> <h2 class="dusty-color">{{$page->title1}}</h2> </div> {!! $page->content1 !!} {{-- <div class="about-text">--}} {{-- <p>--}} {{-- Dusty Helmets’ mission is to deliver to you a safe and incredible off-road motorbike riding experience where you will come across giraffes, gazelles, antelopes, zebras, elephants, flamingos and more, like you would never have thought possible on a motorbike.--}} {{-- </p>--}} {{-- <p>--}} {{-- You will ride within the most beautiful sceneries with many different landscapes and have cultural experiences with the people you will meet during your trip.--}} {{-- </p>--}} {{-- <p>Dusty Helmets is also extremely proud to contribute to many projects that improve the living standards of the communities that are part of its itineraries.</p>--}} {{-- </div>--}} </div> </div> <div class="col-lg-5"> <div class="mt-5 shadow services services-1 color-2 d-block img" style="background-image: url({{asset('')}}public/storage/{{$page->image}});"> <!-- <img src="" alt="Image"> --> <div class="icon d-flex align-items-center justify-content-center"><span class="fa fa-motorcycle"></span></div> <!-- <button type="button" class="btn-play" data-toggle="modal" data-src="https://www.youtube.com/embed/DWRcNpR6Kdc" data-target="#videoModal"> <span></span> </button> --> </div> </div> </div> </div> </div> @endsection