@extends('layouts.admin') @section('title', 'Our Impact') @section('content')

Impact Page

@if(count($errors)>0) @foreach($errors->all() as $error) @endforeach @endif @foreach($impacts as $impact) @endforeach
# Title Image Action
{{$count++}} {{$impact->title}} @if($impact->image===null) img @else img @endif
@endsection