Create App/ModifiedTrans
This commit is contained in:
9
resources/views/layouts/applications.blade.php
Normal file
9
resources/views/layouts/applications.blade.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="{{ mix('css/member.css') }}">
|
||||
</head>
|
||||
<body>
|
||||
@yield('content')
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user