Inital Commit
This commit is contained in:
32
resources/views/client/aarav/inside/demand_single.blade.php
Normal file
32
resources/views/client/aarav/inside/demand_single.blade.php
Normal file
@ -0,0 +1,32 @@
|
||||
@extends('client.aarav.partials.layout')
|
||||
@section('header')
|
||||
<title>{{$demand->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">{{$demand->title}}</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="pt-5 custom-background">
|
||||
<div class="container">
|
||||
<div class="row g-5 pb-5">
|
||||
<div class="col-9">
|
||||
<p class="fs-4 fw-bold text-center green-bg text-light p-2">{{$demand->title}}</p>
|
||||
|
||||
<img class="img-fluid rounded" src="{{site_url($demand->thumb)}}" alt="">
|
||||
{!!$demand->text!!}
|
||||
<p class="medium-text">Apply Now</p>
|
||||
{{MPCMS::showForm('apply-now')}}
|
||||
</div>
|
||||
<div class="col-3">
|
||||
@include("client.aarav.inside.sidebar")
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@endsection
|
Reference in New Issue
Block a user