@extends('customer.layouts.app') @section('customer_content')

{{ __('Dashboard') }}

{{ __("You're logged in! as Customer") }}
@endsection