@extends('layouts.admin_layout.admin_layout') @section('content')

Our Approach

Edit Our Approach

@csrf

@if($ourApproach->discovery_img)
Old Images:
@foreach(explode(',', $ourApproach->discovery_img) as $discoveryImage) Old Image @endforeach @endif


@if($ourApproach->staffing_img)
Old Images:
@foreach(explode(',', $ourApproach->staffing_img) as $staffingImage) Old Image @endforeach @endif


@if($ourApproach->kickoff_img)
Old Images:
@foreach(explode(',', $ourApproach->kickoff_img) as $kickoffImage) Old Image @endforeach @endif


@if($ourApproach->rampup_img)
Old Images:
@foreach(explode(',', $ourApproach->rampup_img) as $rampupImage) Old Image @endforeach @endif
@endsection