|
|
|
@ -1,12 +1,12 @@ |
|
|
|
|
@extends('layout.app') |
|
|
|
|
@section('title') |
|
|
|
|
<title>{{$service->name}}</title> |
|
|
|
|
<meta name="description" content="Delivering excellent and cost-effective solutions to esnure customer satisfaction."/> |
|
|
|
|
<meta name="description" content="{!! strip_tags($service->service_sections()->first()->description)!!}"/> |
|
|
|
|
<meta name="og:title" content={{$service->name}}/> |
|
|
|
|
<meta name="og:image" content="{{url('../frontend/images/service-detail.png')}}"/> |
|
|
|
|
<meta name="og:image" content="{{url($service->banner_image)}}"/> |
|
|
|
|
@endsection |
|
|
|
|
@section('content') |
|
|
|
|
<section class="service-detail-banner" style="background: url('../frontend/images/skill-assessment-banner.png')"> |
|
|
|
|
<section class="service-detail-banner" style="background: url({{url($service->banner_image)}})"> |
|
|
|
|
<nav aria-label="breadcrumb"> |
|
|
|
|
<ol class="breadcrumb"> |
|
|
|
|
<li class="breadcrumb-item"><a href="/">Home</a></li> |
|
|
|
@ -28,7 +28,7 @@ |
|
|
|
|
</div> |
|
|
|
|
<div class="col-md-6"> |
|
|
|
|
<div class="service-primary-desc"> |
|
|
|
|
<h5>Skill Assessment <hr></h5> |
|
|
|
|
<h5>{{$service->name}} <hr></h5> |
|
|
|
|
<h3>{{$service_sections->first()->title}}</h3> |
|
|
|
|
<p>{{$service_sections->first()->description}}</p> |
|
|
|
|
<ul> |
|
|
|
@ -66,7 +66,7 @@ |
|
|
|
|
<div class="row"> |
|
|
|
|
<div class="col-md-6"> |
|
|
|
|
<div class="service-primary-desc"> |
|
|
|
|
<h5>Skill Assessment<hr></h5> |
|
|
|
|
<h5>{{$service->name}}<hr></h5> |
|
|
|
|
<h3>{{$third_service->title}}</h3> |
|
|
|
|
<p>{{$third_service->description}}</p> |
|
|
|
|
<ul> |
|
|
|
|