@extends('layouts.main') @section('title') {{__("Tips")}} @endsection @section('page-title')

@yield('title')

@can('tip-create') + {{__("Add Tip")}} @endcan
@endsection @section('content')
* {{ __("To change the order, Drag the Table column Up & Down") }}
@can('tip-update') @endcan @canany(['tip-update', 'tip-delete']) @endcanany
{{ __('ID') }} {{ __('Description') }}{{ __('Active') }}{{ __('Action') }}
@endsection