@extends('layout.app') @section('content') {{--
--}} {{-- img--}} {{--
--}} {{--
--}} {{--
--}} {{-- img--}} {{--
--}} {{--

Sporting Clay

--}} {{--
--}} {{--
--}}
img
{{$data->heading ?? ''}}

{{$data->title ?? ''}}

{!! $data->sport_description ?? ''!!}

0""

{{$data->packages_title ?? ''}}

@foreach($packages as $package)

{{$package->name}}:

${{$package->price}}

{{--

{!! $package->description !!}

--}}
@if(Auth::check() && Auth::user()->roles->first()->name === 'user') @else @endif
@endforeach
@endsection @section('scripts') @endsection