@extends('admin.layouts.app') @section('css') @endsection @section('content') Step Content Management @csrf @method('PUT') @foreach ($stepContents as $stepContent) {{ $stepContent->step_title }} Title Step Description 1 {{ $stepContent->description_1 }} Description 2 {{ $stepContent->description_2 }} @endforeach Save Changes @endsection @section('footer-js') @endsection