@extends('layouts.app_rest') @section('content')
@can('drink-type.create') @endcan @can('drink-type.update') @endcan @can('drink-type.delete') @endcan
@can('drink-type.view')
Name Icon Status
@endcan
@endsection @section('javascript') @endsection>