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

@yield('title')

@livewire('index-personel')
@endsection