@extends('admin.layouts.app') @section('css') @endsection @section('content') Create Step Content @csrf Title * Step * Description 1 * {{ old('description_1') }} Description 2 * {{ old('description_2') }} Save Changes @endsection @section('footer-js') @endsection