@extends('frontend.layouts.app') @section('title', __('test')) @section('content')
@for ($i=1; $i<6; $i++)
Slide {{ $i }}
@endfor
  • Slide 01
  • Slide 02
  • Slide 03
@endsection @push('after-styles') @endpush @push('after-scripts') @endpush