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