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