@extends(Auth::check() && Auth::user()->role->layout == 1 ? 'layouts.admin' : 'layouts.employee') @section('head') @endsection @section('content')

{{trans('general.festive')}}

{{trans('general.edit')}} {{trans('general.festive')}}

{!! Form::model($festive, ['method' => 'PATCH', 'url' => 'festives/'.$festive->id, 'files' => 'true']) !!} {!! Form::hidden('id', $festive->id) !!} @include('festive.form', ['new' => false]) {!! Form::close() !!}
@endsection @section('foot') @endsection