first commit, after modifying client section
This commit is contained in:
59
resources/views/ussdclients/show.blade.php
Executable file
59
resources/views/ussdclients/show.blade.php
Executable file
@@ -0,0 +1,59 @@
|
||||
@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('clients') !!}">Client</a></li>
|
||||
<li class="active">Display Client</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-7 col-sm-7 col-xs-12 ">
|
||||
<blockquote style="line-height: 300%;">
|
||||
<div class="product-image44">
|
||||
<p>Name : {{ ucwords($showclient->name) }} </p>
|
||||
</div>
|
||||
<div class="product-image44">
|
||||
<p>Type : {{ ucwords($showclient->type) }}</p>
|
||||
</div>
|
||||
|
||||
</blockquote>
|
||||
<div class="clearfix"></div>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user