@extends('layouts.master') @section('title', 'Sorties') @section('content')

@yield('title')

@livewire('outing')
@endsection