File manager - Edit - /var/www/payraty/lms_main/resources/views/frontend/default/bootcamp/index.blade.php
Back
@extends('layouts.default') @push('title', get_phrase('Bootcamps')) @push('meta')@endpush @push('css')@endpush @section('content') <!------------------- Breadcum Area Start ------> <section class="breadcum-area"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="eNtry-breadcum"> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="#">{{ get_phrase('Home') }}</a></li> <li class="breadcrumb-item active" aria-current="page">{{ get_phrase('All Bootcamps') }}</li> </ol> </nav> <h3 class="g-title">{{ get_phrase('All Bootcamps') }}</h3> </div> </div> </div> <div class="row align-items-center mt-3"> <div class="col-lg-8 col-md-6 col-sm-6 col-6"> <p class="showing-text"> {{ get_phrase('Showing') . ' ' . count($bootcamps) . ' ' . get_phrase('of') . ' ' . $bootcamps->total() . ' ' . get_phrase('data') }} </p> </div> </div> </div> </section> <!------------------- Breadcum Area End ---------> <!-------------- List Item Start ---------------> <div class="eNtery-item"> <div class="container"> <div class="row"> <div class="col-lg-3 col-md-4"> @include('frontend.default.bootcamp.filter') </div> <div class="col-lg-9 col-md-8"> <div class="row"> @foreach ($bootcamps as $bootcamp) @include('frontend.default.bootcamp.bootcamp_grid') @endforeach </div> </div> </div> <!-- Pagination --> @if (count($bootcamps) > 0) <div class="entry-pagination"> <nav aria-label="Page navigation example"> {{ $bootcamps->links() }} </nav> </div> @endif <!-- Pagination --> </div> </div> <!-------------- List Item End ---------------> @endsection @push('js')@endpush
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings