@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

{{trans('labels.offers')}}

@can('offers-create') @endcan
@endsection @section('content')
@foreach($data as $section) @endforeach
{{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) @endif {{$section->is_active}} @can('offers-edit') @endcan @can('offers-delete') @endcan
@endsection @section('script') @endsection