@extends('layouts.app') @section('content')
{{trans('lang.favorite_plural')}}
|
{{trans('lang.favorite_desc')}}
{{trans('lang.dashboard')}}
{{trans('lang.favorite_plural')}}
{{trans('lang.favorite_table')}}
@include('flash::message')
{{trans('lang.favorite_table')}}
@can('favorites.create')
{{trans('lang.favorite_create')}}
@endcan @include('layouts.right_toolbar', compact('dataTable'))
@include('favorites.table')
@endsection