@extends('layouts.app')
@section('title')
{{__("Area design")}}
@endsection
@section('content')
@if(config('app.demo'))
{{__("Theme loaded every :M minutes in demo version", ['M' => 5])}}
{{__("or build it using the button below")}}
@endif
@include('components.err')
@foreach($areas as $area)
@endforeach
@endsection