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

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

@lang('adminlte::locations.location_name') : {{ $location->location_name }}
@lang('adminlte::locations.location_code') : {{ $location->location_code }}
@endsection