@extends('layouts.layout')
@section('title', 'Home')
@section('banner')
{{-- slider --}}
@include('partials.index-telecharger')
@endsection
@section('main')
@endsection
@section('first-block')
@include('partials.first-block')
@endsection
@section('second-block')
@include('partials.second-block')
@endsection