X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar-X/resources/views/admin
home
/
gfecatvj
/
sites
/
realesbar-X
/
resources
/
views
/
admin
/
📁
..
📄
addproperty.blade.php
(6.5 KB)
📄
agent.blade.php
(14.85 KB)
📄
agents.blade.php
(1.07 KB)
📄
dash.blade.php
(2.72 KB)
📄
dashb.blade.php
(10.21 KB)
📄
inc_footer.blade.php
(2.74 KB)
📄
login.blade.php
(3.16 KB)
📄
msgs.blade.php
(2.92 KB)
📄
properties.blade.php
(4.61 KB)
📄
property.blade.php
(0 B)
📄
templ.blade.php
(5.6 KB)
Editing: dashb.blade.php
<!-- accountData --> <div class="row"> <div class="col-xxl-3 col-lg-6"> <div class="card bg-primary text-white mb-4"> <div class="card-body"> <div class="d-flex justify-content-between align-items-center"> <div class="mr-3"> <div class="text-white-75 small">Users (Monthly)</div> <div class="text-lg font-weight-bold">{{$users->count()}}</div> </div> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-calendar feather-xl text-white-50"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg> </div> </div> </div> </div> <div class="col-xxl-3 col-lg-6"> <div class="card bg-warning text-white mb-4"> <div class="card-body"> <div class="d-flex justify-content-between align-items-center"> <div class="mr-3"> <div class="text-white-75 small">Earnings (Annual)</div> <div class="text-lg font-weight-bold">$215,000</div> </div> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-dollar-sign feather-xl text-white-50"><line x1="12" y1="1" x2="12" y2="23"></line><path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"></path></svg> </div> </div> </div> </div> <div class="col-xxl-3 col-lg-6"> <div class="card bg-success text-white mb-4"> <div class="card-body"> <div class="d-flex justify-content-between align-items-center"> <div class="mr-3"> <div class="text-white-75 small">Task Completion</div> <div class="text-lg font-weight-bold">24</div> </div> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check-square feather-xl text-white-50"><polyline points="9 11 12 14 22 4"></polyline><path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"></path></svg> </div> </div> </div> </div> <div class="col-xxl-3 col-lg-6"> <div class="card bg-danger text-white mb-4"> <div class="card-body"> <div class="d-flex justify-content-between align-items-center"> <div class="mr-3"> <div class="text-white-75 small">Pending Requests</div> <div class="text-lg font-weight-bold">17</div> </div> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-message-circle feather-xl text-white-50"><path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path></svg> </div> </div> </div> </div> </div> <div class="accountData"> <div class="head"> <h4 class="fontNeuron">Newest additions</h4> <div class="sortGroup"> <strong class="groupTitle fwNormal"></strong><!-- <div class="dropdown open"> <button aria-expanded="true" aria-haspopup="true" data-toggle="dropdown" id="sortGroup" type="button" class="dropdown-toggle buttonReset">Default Order <i class="icn fas fa-chevron-down"></i></button> <ul aria-labelledby="sortGroup" class="dropdown-menu dropdown-menu-right"> <li><a href="#">Default Order</a></li> <li><a href="#">Default Order</a></li> <li><a href="#">Default Order</a></li> <li><a href="#">Default Order</a></li> </ul> </div>--> </div> </div> <!-- propertiesList --> <div class="propertiesList"> <?php $x=0 ?> @if(count($property)) @foreach($property as $key => $value) @if($x < 5) <?php $images = $value->img; $images = json_decode($images); $page_title = preg_replace('/[^A-Za-z0-9]/', '-', $value->title); $page_title = preg_replace('/-+/', '-', $page_title); $pg_url = url('/bok/property/'.$value->id); $pg_url_live = url('/property/'.$value->id.'/'.strtolower($page_title)); $x++; ?> <article class="propertyRow"> <div class="info"> @if(isset($images[0]->url)) <div class="imgThumbnail"> <a href="{{$pg_url}}"><img src="{{asset('/public/'.$images[0]->url) }}" alt=""></a> </div> @else <div class="imgThumbnail"> <a href="{{$pg_url}}"><img src="https://via.placeholder.com/110x85" alt=""></a> </div> @endif <div class="textBox"> <h4 class="fontNeuron"><a href="{{$pg_url}}">{{$value->title}}</a></h4> <address><i class="fi flaticon-pin-1"></i>{{$var = isset($value->address) ? "$value->address ," : ""}} {{$var = isset($value->city) ? "$value->city ," : ""}} {{$var = isset($value->region) ? "$value->region ," : ""}} {{$value->country}} </address> <div class="priceArea"> <span class="price fontNeuron">@money($value->price)</span> <span class="textUnit fwNormal">/ {{ $value->price_postfix }}</span> <time class="date" datetime="2017-02-27">2/27/2017</time> @if($value->aqu_option =='sale') <span class="btn btnSmall btn-success text-capitalize">For Sale</span> @elseif($value->aqu_option =='rent') <span class="btn btnSmall btn-info text-capitalize">For Rent</span> @endif </div> </div> </div> <div class="btnArea"> <ul class="links list-unstyled"> <li><a href="$pg_url_live"><i class="fa fa-eye"></i>View</a></li> <li><a href="#" class="delete"><i class="far fa-window-close"></i></a></li> </ul> </div> </article> @endif @endforeach @endif </div> </div>
Upload File
Create Folder