@extends('layouts.app') @section('title') {{__("Area design")}} @endsection @section('content')
@foreach($areas as $area)
{{__(ucfirst($area->name))}}
@endforeach
@endsection