{!! Form::model($restaurantsPayout, ['route' => ['restaurantsPayouts.update', $restaurantsPayout->id], 'method' => 'patch']) !!}
@include('restaurants_payouts.fields')
{!! Form::close() !!}
@extends('layouts.app') @push('css_lib') {{--dropzone--}} @endpush @section('content')