@extends('layouts.adminmaster') @section('styles') @endsection @section('content')
{{lang('Sl.No')}} | @can('Feature Box Delete')@endcan @cannot('Feature Box Delete') | @endcannot | {{lang('Title')}} | {{lang('Subtitle')}} | {{lang('Actions')}} |
---|---|---|---|---|---|
{{$i++}} | @if(Auth::user()->can('Feature Box Delete')) @else @endif | {{$featurebox->title ? str_limit($featurebox->title, 40, '...') : ''}} {{$featurebox->id}} | {{$featurebox->subtitle ? str_limit($featurebox->subtitle, 40, '...') : ''}} |