@extends('layouts.frontend.master') @section('title', e(__('Hall Of fame'))) @section("page-heading-title")

{{__('Hall Of fame')}}

@endsection @push('styles') @endpush @section('content')
{{__('All')}} @foreach (range('A', 'Z') as $char) {{ $char }} @endforeach
@endsection @push('scripts') @endpush