@extends('web.layouts.mains') @section('content')

{{__('web.goals')}}

{{__('web.goals')}}

    @foreach($goals as $row)
  • {{goalname($row->id)}}
  • @endforeach

{{__('web.subscribe_us')}}

@CSRF
@push('js') @endpush @stop