@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')
| {{trans('labels.name')}} | {{trans('labels.lectures')}} | {{trans('labels.fees')}} | {{trans('labels.image')}} | {{trans('labels.is_active')}} | {{trans('labels.action')}} |
|---|---|---|---|---|---|
| {{$section->title}} | {{count(json_decode($section->lectures))}} | {{$section->fees}} | @if($section->image) |
{{$section->is_active}} | @can('offers-edit') @endcan @can('offers-delete') {{trans('labels.delete')}} @endcan |