@extends('backend.layouts.master') @section('title', __('static.plan.all')) @section('content')
{{ __('static.plan.all') }}
@can('backend.plan.create') @endcan @can('backend.plan.destroy')
@endcan
{!! $dataTable->table() !!}
@endsection @push('js') {!! $dataTable->scripts() !!} @endpush