@extends('adminlte::page') @section('title', trans('adminlte::areas.title.show')) @section('content')

@lang('adminlte::areas.header.show')

@lang('adminlte::areas.area_name') : {{ $area->area_name }}
@lang('adminlte::areas.area_code') : {{ $area->area_code }}
@endsection