@extends('layouts.app') @section('content')
@if (session('success')) @endif @if (session('error')) @endif @yield('customer-content')
@endsection