@extends('dashboard.layout.layout') @section('content')
{!! trans('dashboard.coffe_table.edit_coffe_table') !!}
{!! Form::model($coffe_table,['route' => ['dashboard.coffe_table.update',$coffe_table->id] , 'method' => 'PUT' , 'files' => true]) !!} @include('dashboard.coffe_table.form',['btnSubmit' => trans('dashboard.general.edit')]) {!! Form::close() !!}
@endsection