@extends('layouts.admin-layout') @section('title', 'All Our Goal ') @section('content')

Our Goal Section

@foreach ($get_our_goals as $ourGoal) @endforeach
S.N. Heading Image Action
{{ $loop->iteration }} {{ $ourGoal->heading ?: '' }}
@endsection @section('script') @endsection