@extends('layouts.app') @section('link') @endsection @section('content')
@include('shared.messages')

{{__('texte.locations_arr.index.countries')}} > {{__('texte.locations_arr.index.areas_of')}} {{$country->name}} > {{!isset($changed_locations) ? __('texte.locations_arr.index.locations_of') : __('texte.locations_arr.index.revised_locations_of')}} {{$area->name}}


@permission('location-form-active-read')
@endpermission {{isset($changed_locations) ? __('texte.locations_arr.index.locations') :__('texte.locations_arr.index.revised_locations')}}
@if(isset($locations)) @foreach ($locations as $location) @endforeach @else @foreach ($changed_locations as $location) @endforeach @endif
{{strtoupper(__('texte.locations_arr.index.id'))}} {{__('texte.locations_arr.index.name')}} {{__('texte.locations_arr.index.active_l')}}
{{ $location->id }} {{ $location->name }} {{ App\Model::ACTIVE[$location->active] }}
{{ $location->id }} {{ $location->name }} {{ App\Model::ACTIVE[$location->active] }}
@endsection