Files
click-erp/resources/views/report-copy/show.blade.php
2023-12-13 12:13:47 +00:00

108 lines
3.1 KiB
PHP
Executable File

@extends('layouts.master')
@section('page_title')
@if(isset($page_title))
{{ $page_title }}
@endif
@endsection
@section('content')
<div class="">
<div class="page-title">
<div class="title_left">
</div>
<div class="title_left">
<ol class="breadcrumb">
<li><a href="{!! url('dashboard') !!}">Dashboard</a></li>
<li><a href="{!! url('reports') !!}">Meeting Reports</a></li>
<li class="active">Report Details</li>
</ol>
</div>
</div>
<div class="clearfix"></div>
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="x_panel">
<div class="x_title">
<h2>Service Details </h2>
<div class="clearfix"></div>
</div>
<div class="x_content">
@include('commons.notifications')
<div class="col-md-5">
<div class="col-md-3 col-xs-12 widget widget_tally_box">
<div class="x_panel fixed_height_390">
<div class="x_content">
<div class="flex">
<ul class="list-inline widget_profile_box">
<li>
<a>
<!-- <i class="fa fa-facebook"></i> -->
</a>
</li>
<li>
<img src="{!! url('public/assets/img/org-placeholder.jpg') !!}" alt="..." class="img-circle profile_img">
</li>
<li>
<a>
<!-- <i class="fa fa-twitter"></i> -->
</a>
</li>
</ul>
</div>
<h3 class="name">Musimbi</h3>
<div class="flex">
<ul class="list-inline count2">
<li>
<h3>123</h3>
<span>Articles</span>
</li>
<li>
<h3>1234</h3>
<span>Followers</span>
</li>
<li>
<h3>123</h3>
<span>Following</span>
</li>
</ul>
</div>
<p>
If you've decided to go in development mode and tweak all of this a bit, there are few things you should do.
</p>
</div>
</div>
</div>
</div>
<div class="col-md-7 col-sm-7 col-xs-12 ">
<blockquote style="line-height: 300%;">
<div class="product-image44">
<p>Name : {{ ucwords($showreport->client) }} </p>
</div>
<div class="product-image44">
<p>Type : {{ ucwords($showreport->payment_status) }}</p>
</div>
</blockquote>
<div class="clearfix"></div>
<br>
</div>
</div>
<div>
</div>
</div>
</div>
</div>
</div>
@endsection