@extends('site.layouts.main') @section('content')
@isset($hows)

{{ @$hows->first()->title }}

@endisset
@foreach($hows as $how)

{{ $how->title }}

@endforeach
@endsection