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