@extends('layouts.app') @section('content') @include('layouts.navbar') @include('layouts.sidebar') Partners @can('add-partners') Add @endcan {{-- Add --}} @can('list-partners') {{ $dataTable->table() }} @endcan Add QR Count × @csrf @method('PUT') Add QR Count @endsection @section('script') {{ $dataTable->scripts() }} @endsection