@extends('layouts.admin') @section('title',__('All Labels')) @section('content')
@can('label.create') add {{__('Create Label')}} @endcan @can('label.delete') delete {{__('adminstaticwords.DeleteSelected')}} @endcan
@if (isset($labels)) @endif
#
{{__('Name')}} {{__('adminstaticwords.CreatedAt')}} {{__('adminstaticwords.UpdatedAt')}} {{__('adminstaticwords.Actions')}}
@endsection @section('custom-script') @endsection