@extends('layouts.app') @section('page-title', " - ". $article->name ) @section('content') @livewire('location.view', ['location' => $article]) @endsection