@extends('panel::layouts.app') @section('body-class', '') @section('title', __('panel/menu.countries')) @push('header') @endpush @section('content')
{{ __('panel/common.id')}} | {{ __('panel/common.name') }} | {{ __('panel/currency.code') }} | {{ __('panel/country.continent') }} | {{ __('panel/common.position') }} | {{ __('panel/common.status') }} | {{ __('panel/common.actions') }} |
{{ $item['id'] }} | {{ $item['name'] }} | {{ $item['code'] }} | {{ $item['continent'] }} | {{ $item['position'] }} | @include('panel::shared.list_switch', ['value' => $item->active, 'url' => panel_route('countries.active', $item->id)]) |