@extends('layouts.authentication.master') @section('title', 'Login') @section('css') @endsection @section('style') @endsection @section('content') @php // Set static logo path $logo = asset('assets/images/logo/login-logo.svg'); @endphp
@endsection @section('script') @endsection