@extends('layouts.master') @section('title', 'Gérants') @section('content')
@livewire('index-station')
@include('pages/includes/station-modal') @endsection