@extends('layout.master') @section('content')

Edit Crane Documentation

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
Leave this empty if you don't want to replace the current file.
Back
@endsection