@extends('layouts.app', ['title' => __('Share Menu')]) @section('admin_title') {{__('Share Menu')}} @endsection @section('title') {{$name}} @endsection @if(config('settings.share_this_property')) @section('head') @endsection @endisset @section('content')

{{ __('Share your menu with your audience') }}

@include('layouts.footers.auth')
@endsection