404.blade.php 253 B

123456789101112131415
  1. @extends('frontend.layouts.navBar')
  2. @section('content')
  3. <div class="page">
  4. <section class="breadcrumbs-custom" style=" margin-top: 167px;">
  5. Cette page n'existe pas ...
  6. </section>
  7. </div>
  8. @endsection