@extends('layouts.admin-layout')
@section('title', 'All Our Goal ')
@section('content')
Our Goal Section
| S.N. |
Heading |
Image |
Action |
@foreach ($get_our_goals as $ourGoal)
| {{ $loop->iteration }} |
{{ $ourGoal->heading ?: '' }} |
|
|
@endforeach
@endsection
@section('script')
@endsection