⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.101
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Server Software:
Apache/2.4.62 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.25
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
ecommerce.dev-unit.com
/
views
/
back
/
banner
/
View File Name :
index.blade.php
@extends('master.back') @section('content') <!-- Start of Main Content --> <div class="container-fluid"> <!-- Page Heading --> <div class="card mb-4"> <div class="card-body"> <div class="d-sm-flex align-items-center justify-content-between"> <h3 class="mb-0 bc-title"><b>{{ __('Offer Banner') }}</b> </h3> </div> </div> </div> <!-- DataTales --> <div class="card shadow mb-4"> <div class="card-body"> @include('alerts.alerts') <div class="gd-responsive-table"> <table class="table table-bordered table-striped" id="admin-table" width="100%" cellspacing="0"> <thead> <tr> <th width="20%">{{ __('Banner') }}</th> <th width="25%">{{ __('Image') }}</th> <th width="20%">{{ __('Title') }}</th> <th width="20%">{{ __('Subtitle') }}</th> <th width="15%">{{ __('Status') }}</th> <th width="20%">{{ __('Actions') }}</th> </tr> </thead> <tbody> @include('back.banner.table',compact('datas')) </tbody> </table> </div> </div> </div> </div> </div> <!-- End of Main Content --> @endsection