@extends('layouts.master') @section('title', 'Entrés') @section('content')

@yield('title')

@livewire('entrance')
@endsection