{!! BootForm::open()->multipart()->action(route('entries.update', $entry->id))->patch() !!}
{!! BootForm::bind($entry)!!}
@include('entries.fields')
{!! BootForm::close() !!}
@extends('layouts.app')
@section('content')
Entry