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