@extends('layout.default') @section('styles')
@endsection @section('content')
Platforms |
edit - {{ $platform->name }}
Back
{{ method_field('PUT') }} @csrf
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
Title
*
Instructions
{!! $platform->instructions !!}
@endsection @section('scripts') @endsection