@extends('layouts.admin') @section('title', __('Features')) @section('page-title', __('Features')) @section('content')
{{ __('Back') }} {{ __('Preview') }}
@csrf
{{ __('Hero Section') }}
{{ __('Title & subtitle') }}
@for($i = 1; $i <= 4; $i++)
{{ __('Section') }} {{ $i }}
{{ __('Title, description, bullets') }}
{{ __('Detail items') }}
@for($j = 1; $j <= 3; $j++)
@endfor
{{ __('Bullets') }}
@for($j = 1; $j <= 3; $j++)
@endfor
@endfor
{{ __('Save') }}
@endsection