@extends('layouts.app') @section('page-title', __('Lingue')) @section('page-heading', __('Lingue')) @section('breadcrumbs') @stop @section('content') @include('partials.messages')
@if (count($lingue)) @foreach ($lingue as $lingua) @endforeach @else @endif
@lang('Code') @lang('Full Name') @lang('Action')
{{ $lingua->codice }} {{ $lingua->nome_esteso }}
@lang('No records found.')
@stop @section('scripts') @stop