@extends('admin.layouts.app') @section('css') @endsection @section('content') Edit Step Content @csrf @method('PUT') Title * Step * Description 1 * {{ old('description_1', $stepContent->description_1) }} @if ($stepContent->description_2) Description 2 * {{ old('description_2', $stepContent->description_2) }} @endif Save Changes @endsection @section('footer-js') @endsection