@extends('branch.layout.default') @section('content')

{{ Auth::guard('branch')->user()->name }} Dashboard

@endsection