@extends('layouts.panel') @push('css') @endpush @section('breadcrumb') @endsection @section('content') @slot('tools') @lang('Add Operator') @endslot @slot('actions') @endslot @lang('Name') {{-- @lang('Operator ID') --}} @lang('Email') @lang('Actions') @foreach ($operators as $operator) {{ $operator->full_name }} {{ $operator->email }} @can('update-operator') @endcan @can('remove-operator') @csrf @method("DELETE") @endcan @endforeach @endsection @push('js') @endpush