@extends('layouts.app') @push('css_lib')
{{--dropzone--}}
@endpush @section('content')
{{trans('lang.favorite_plural')}}
|
{{trans('lang.favorite_desc')}}
{{trans('lang.dashboard')}}
{{trans('lang.favorite_plural')}}
{{trans('lang.favorite_create')}}
@include('flash::message') @include('adminlte-templates::common.errors')
@can('favorites.index')
{{trans('lang.favorite_table')}}
@endcan
{{trans('lang.favorite_create')}}
{!! Form::open(['route' => 'favorites.store']) !!}
@include('favorites.fields')
{!! Form::close() !!}
@include('layouts.media_modal') @endsection @push('scripts_lib') {{--dropzone--}} @endpush