@extends('layout.default') @section('styles') @endsection @section('content')

Platforms | edit - {{ $platform->name }}

{{ method_field('PUT') }} @csrf
@if ($errors->any())
@endif
@endsection @section('scripts') @endsection