@extends('admin.layout') @section('title', 'Calculatrice') @section('content')

@yield('title')

@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif

{{-- ================================================= --}} {{-- COULISSANTS --}} {{-- ================================================= --}}

{{-- COL GAUCHE --}}
{{-- COL DROITE --}}


{{-- ================================================= --}} {{-- BATTANTS --}} {{-- ================================================= --}}



{{-- ================================================= --}} {{-- PORTILLONS --}} {{-- ================================================= --}}



@endsection