@extends('studio-photoshoot-module.layouts.admin.admin') @section('title', 'Dashboard') @section('content')
Studio Photoshoot Dashboard
Welcome {{ auth()->user()->name }} | {{ now()->format(config('custom.dfyhia')) }}
@endsection