@extends('layouts.main') @section('title', 'Customer Dashboard') @section('content')
@yield('customer-content')
@endsection