migrate to gtea from bistbucket
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Module Gateways</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@yield('content')
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Configuration</title>
|
||||
@stack('css')
|
||||
</head>
|
||||
<body>
|
||||
@yield('payment')
|
||||
<script src="{{asset('public/assets/modules/select2/select2.min.js')}}"></script>
|
||||
@stack('script_2')
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user