@extends('layouts.app') @section('content')
{{__('texte.zones_arr.show.zone')}}: {{ $zone->zone }}
{{__('texte.zones_arr.show.storage')}}: {{ $zone->storage->name }}
{{__('texte.zones_arr.show.active')}}: {{ $zone->active==1 ? __('texte.zones_arr.show.yes') : __('texte.zones_arr.show.no')}}
@endsection