@extends('admin.layouts.app') @section('css') @endsection @section('content')

Step Content Management

@csrf @method('PUT') @foreach ($stepContents as $stepContent)

{{ $stepContent->step_title }}


@endforeach
@endsection @section('footer-js') @endsection