@extends('layouts.app') @section('content')

Edit Historic Emptied Scraps

@include('adminlte-templates::common.errors')
{!! Form::model($historicEmptiedScraps, ['route' => ['historicEmptiedScraps.update', $historicEmptiedScraps->id], 'method' => 'patch']) !!}
@include('historic_emptied_scraps.fields')
{!! Form::close() !!}
@endsection