Sindbad~EG File Manager
<?php $__env->startSection('title', 'About'); ?>
<?php $__env->startSection('breadcrumbs', 'About'); ?>
<?php $__env->startSection('second-breadcrumb'); ?>
<li> Overview About</li>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<!-- table -->
<div class="row">
<div class="col-md-12">
<div class="card">
<div class="card-body">
<?php if(session('success')): ?>
<div class="alert alert-success alert-dismissible fade show" role="alert">
<?php echo e(session('success')); ?>
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<?php endif; ?>
<h3 class="text-center mt-3 mb-5">View About</h3>
<div class="row">
<div class="col-3">
<div class="card shadow" >
<img src="<?php echo e(asset('about_image/'.$abouts[0]->image)); ?>" class="card-img-top" alt="image">
</div>
</div>
<div class="col-9">
<p class="font-weight-bold">Caption:</p>
<p> <?php echo $abouts[0]->caption; ?> </p>
<a href="<?php echo e(route('abouts.edit', [$abouts[0]->id])); ?>" class="btn btn-warning text-light"><i class="fa fa-pencil"></i> Edit Profile</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /table -->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.admin', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH C:\xampp\htdocs\Company-Profile-Laravel\resources\views/abouts/index.blade.php ENDPATH**/ ?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists