@extends('layout.app') @section('title', $title) @section('content')
{{ show_error($errors) }} {{ csrf_field() }} {{ method_field('PUT') }}
@endsection