@extends('layout') @section('page-title', 'About / Story Section') @section('dashboard-content')
Edit About / Story Section
@if(session('success'))
{{ session('success') }}
@endif @if(session('error') || session('failed'))
{{ session('error') ?? session('failed') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif
@csrf
{{-- Images --}}
{{-- Text --}}
{{-- Badges --}}

Badges

@foreach([1,2,3] as $n)
{"badge{$n}_icon"} ?? '') }}"> Emoji or symbol
{"badge{$n}_text"} ?? '') }}">
@endforeach
@endsection @section('scripts') @endsection