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