@extends('resource.index') @php $links['create'] = guard_url('cards/card_offers/create'); $links['search'] = guard_url('cards/card_offers'); @endphp @section('icon') @stop @section('title') {!! __('cards::card_offers.title.main') !!} @stop @section('sub.title') {!! __('cards::card_offers.title.list') !!} @stop @section('breadcrumb')
  • {{ __('app.home') }}
  • {!! __('cards::card_offers.name') !!}
  • {{ __('app.list') }}
  • @stop @section('entry')
    @stop @section('list') @include('cards::card_offers.partial.list.' . $view, ['mode' => 'list']) @stop @section('pagination') {!!$card_offers->links()!!} @stop @section('script') @stop @section('style') @stop