@php $featureWaters = $appFeatures['waters'] ?? true; $featureRules = $appFeatures['rules'] ?? true; $featurePricing = $appFeatures['pricing'] ?? true; $featureNewsBlog = $appFeatures['news_blog'] ?? true; $featureMatches = $appFeatures['matches'] ?? true; $featureSiteMap = $appFeatures['site_map'] ?? true; @endphp @push('styles') @endpush
@if(!empty($data['top_message'])) {{ $data['top_message'] }} @endif

{{ $data['hero_title'] ?? 'Welcome to NW Fisheries.' }}

{{ $data['hero_description'] ?? 'Discover our waters, day ticket prices, fishery rules, and latest match updates. NW Fisheries is built for anglers who want clear information before they arrive on the bank.' }}

@if(!empty($data['show_button_1'])) {{ $data['button_1_text'] ?? 'Button 1' }} @endif @if(!empty($data['show_button_2'])) {{ $data['button_2_text'] ?? 'Button 2' }} @endif
@if( filled($data['intro_title'] ?? null) || filled($data['intro_description'] ?? null) || filled($data['intro_image'] ?? null) || filled($data['secondary_title'] ?? null) || filled($data['secondary_description'] ?? null) || filled($data['secondary_image'] ?? null) )
@endif @if($featurePricing || $featureWaters || $featureMatches || $featureRules || $featureSiteMap)
@if($featurePricing || $featureWaters)
Day Ticket Fishing

Plan Your Visit

Check fishery prices, opening status, and venue information before you travel.

@endif @if($featureMatches)
Match Angling

Fixtures & Results

Follow upcoming matches, league events, payouts, and results across NW Fisheries.

@endif @if($featureRules || $featureSiteMap)
Fishery Info

Rules & Facilities

Find peg information, venue rules, directions, parking, and on-site facilities in one place.

@endif
@endif @if($featureWaters)
Featured

Our Waters

View All Waters
@endif
@if($featureNewsBlog)
Why Anglers Choose Us

Everything You Need Before You Arrive

  • Clear day ticket and specimen pricing
  • Fishery rules and venue directions in one place
  • Match dates, results, and venue updates online
  • Water status and closure updates when conditions change
@endif @if($featureMatches)
Latest Update

{{ $latestPost?->title ?? 'Latest Fishery News' }}

{{ $latestPost?->excerpt ?? 'Use the news section to publish stocking reports, fishery notices, weather updates, and event announcements for NW Fisheries.' }}

{{ $latestPost ? 'Read Latest Update' : 'View News / Blog' }}
Upcoming Match

{{ $upcomingMatch?->name ?? 'Next Match To Be Announced' }}

@if($upcomingMatch)
{{ $upcomingMatch->match_date?->format('D, d M Y') }}

{{ $upcomingMatch->description ?: 'View full match details, rules, and entrants online.' }}

Match Details @else

Publish your next fixture to highlight it on the homepage.

View Matches @endif
@endif