領収証発行サービス
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

952 lines
36KB

  1. <!DOCTYPE html>
  2. <html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title>Laravel</title>
  7. <!-- Fonts -->
  8. <link rel="preconnect" href="https://fonts.bunny.net">
  9. <link href="https://fonts.bunny.net/css?family=figtree:400,600&display=swap" rel="stylesheet" />
  10. <!-- Styles -->
  11. <style>
  12. /* ! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com */
  13. *,
  14. ::after,
  15. ::before {
  16. box-sizing: border-box;
  17. border-width: 0;
  18. border-style: solid;
  19. border-color: #e5e7eb
  20. }
  21. ::after,
  22. ::before {
  23. --tw-content: ''
  24. }
  25. html {
  26. line-height: 1.5;
  27. -webkit-text-size-adjust: 100%;
  28. -moz-tab-size: 4;
  29. tab-size: 4;
  30. font-family: Figtree, sans-serif;
  31. font-feature-settings: normal
  32. }
  33. body {
  34. margin: 0;
  35. line-height: inherit
  36. }
  37. hr {
  38. height: 0;
  39. color: inherit;
  40. border-top-width: 1px
  41. }
  42. abbr:where([title]) {
  43. -webkit-text-decoration: underline dotted;
  44. text-decoration: underline dotted
  45. }
  46. h1,
  47. h2,
  48. h3,
  49. h4,
  50. h5,
  51. h6 {
  52. font-size: inherit;
  53. font-weight: inherit
  54. }
  55. a {
  56. color: inherit;
  57. text-decoration: inherit
  58. }
  59. b,
  60. strong {
  61. font-weight: bolder
  62. }
  63. code,
  64. kbd,
  65. pre,
  66. samp {
  67. font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  68. font-size: 1em
  69. }
  70. small {
  71. font-size: 80%
  72. }
  73. sub,
  74. sup {
  75. font-size: 75%;
  76. line-height: 0;
  77. position: relative;
  78. vertical-align: baseline
  79. }
  80. sub {
  81. bottom: -.25em
  82. }
  83. sup {
  84. top: -.5em
  85. }
  86. table {
  87. text-indent: 0;
  88. border-color: inherit;
  89. border-collapse: collapse
  90. }
  91. button,
  92. input,
  93. optgroup,
  94. select,
  95. textarea {
  96. font-family: inherit;
  97. font-size: 100%;
  98. font-weight: inherit;
  99. line-height: inherit;
  100. color: inherit;
  101. margin: 0;
  102. padding: 0
  103. }
  104. button,
  105. select {
  106. text-transform: none
  107. }
  108. [type=button],
  109. [type=reset],
  110. [type=submit],
  111. button {
  112. -webkit-appearance: button;
  113. background-color: transparent;
  114. background-image: none
  115. }
  116. :-moz-focusring {
  117. outline: auto
  118. }
  119. :-moz-ui-invalid {
  120. box-shadow: none
  121. }
  122. progress {
  123. vertical-align: baseline
  124. }
  125. ::-webkit-inner-spin-button,
  126. ::-webkit-outer-spin-button {
  127. height: auto
  128. }
  129. [type=search] {
  130. -webkit-appearance: textfield;
  131. outline-offset: -2px
  132. }
  133. ::-webkit-search-decoration {
  134. -webkit-appearance: none
  135. }
  136. ::-webkit-file-upload-button {
  137. -webkit-appearance: button;
  138. font: inherit
  139. }
  140. summary {
  141. display: list-item
  142. }
  143. blockquote,
  144. dd,
  145. dl,
  146. figure,
  147. h1,
  148. h2,
  149. h3,
  150. h4,
  151. h5,
  152. h6,
  153. hr,
  154. p,
  155. pre {
  156. margin: 0
  157. }
  158. fieldset {
  159. margin: 0;
  160. padding: 0
  161. }
  162. legend {
  163. padding: 0
  164. }
  165. menu,
  166. ol,
  167. ul {
  168. list-style: none;
  169. margin: 0;
  170. padding: 0
  171. }
  172. textarea {
  173. resize: vertical
  174. }
  175. input::placeholder,
  176. textarea::placeholder {
  177. opacity: 1;
  178. color: #9ca3af
  179. }
  180. [role=button],
  181. button {
  182. cursor: pointer
  183. }
  184. :disabled {
  185. cursor: default
  186. }
  187. audio,
  188. canvas,
  189. embed,
  190. iframe,
  191. img,
  192. object,
  193. svg,
  194. video {
  195. display: block;
  196. vertical-align: middle
  197. }
  198. img,
  199. video {
  200. max-width: 100%;
  201. height: auto
  202. }
  203. [hidden] {
  204. display: none
  205. }
  206. *,
  207. ::before,
  208. ::after {
  209. --tw-border-spacing-x: 0;
  210. --tw-border-spacing-y: 0;
  211. --tw-translate-x: 0;
  212. --tw-translate-y: 0;
  213. --tw-rotate: 0;
  214. --tw-skew-x: 0;
  215. --tw-skew-y: 0;
  216. --tw-scale-x: 1;
  217. --tw-scale-y: 1;
  218. --tw-pan-x: ;
  219. --tw-pan-y: ;
  220. --tw-pinch-zoom: ;
  221. --tw-scroll-snap-strictness: proximity;
  222. --tw-ordinal: ;
  223. --tw-slashed-zero: ;
  224. --tw-numeric-figure: ;
  225. --tw-numeric-spacing: ;
  226. --tw-numeric-fraction: ;
  227. --tw-ring-inset: ;
  228. --tw-ring-offset-width: 0px;
  229. --tw-ring-offset-color: #fff;
  230. --tw-ring-color: rgb(59 130 246 / 0.5);
  231. --tw-ring-offset-shadow: 0 0 #0000;
  232. --tw-ring-shadow: 0 0 #0000;
  233. --tw-shadow: 0 0 #0000;
  234. --tw-shadow-colored: 0 0 #0000;
  235. --tw-blur: ;
  236. --tw-brightness: ;
  237. --tw-contrast: ;
  238. --tw-grayscale: ;
  239. --tw-hue-rotate: ;
  240. --tw-invert: ;
  241. --tw-saturate: ;
  242. --tw-sepia: ;
  243. --tw-drop-shadow: ;
  244. --tw-backdrop-blur: ;
  245. --tw-backdrop-brightness: ;
  246. --tw-backdrop-contrast: ;
  247. --tw-backdrop-grayscale: ;
  248. --tw-backdrop-hue-rotate: ;
  249. --tw-backdrop-invert: ;
  250. --tw-backdrop-opacity: ;
  251. --tw-backdrop-saturate: ;
  252. --tw-backdrop-sepia:
  253. }
  254. ::-webkit-backdrop {
  255. --tw-border-spacing-x: 0;
  256. --tw-border-spacing-y: 0;
  257. --tw-translate-x: 0;
  258. --tw-translate-y: 0;
  259. --tw-rotate: 0;
  260. --tw-skew-x: 0;
  261. --tw-skew-y: 0;
  262. --tw-scale-x: 1;
  263. --tw-scale-y: 1;
  264. --tw-pan-x: ;
  265. --tw-pan-y: ;
  266. --tw-pinch-zoom: ;
  267. --tw-scroll-snap-strictness: proximity;
  268. --tw-ordinal: ;
  269. --tw-slashed-zero: ;
  270. --tw-numeric-figure: ;
  271. --tw-numeric-spacing: ;
  272. --tw-numeric-fraction: ;
  273. --tw-ring-inset: ;
  274. --tw-ring-offset-width: 0px;
  275. --tw-ring-offset-color: #fff;
  276. --tw-ring-color: rgb(59 130 246 / 0.5);
  277. --tw-ring-offset-shadow: 0 0 #0000;
  278. --tw-ring-shadow: 0 0 #0000;
  279. --tw-shadow: 0 0 #0000;
  280. --tw-shadow-colored: 0 0 #0000;
  281. --tw-blur: ;
  282. --tw-brightness: ;
  283. --tw-contrast: ;
  284. --tw-grayscale: ;
  285. --tw-hue-rotate: ;
  286. --tw-invert: ;
  287. --tw-saturate: ;
  288. --tw-sepia: ;
  289. --tw-drop-shadow: ;
  290. --tw-backdrop-blur: ;
  291. --tw-backdrop-brightness: ;
  292. --tw-backdrop-contrast: ;
  293. --tw-backdrop-grayscale: ;
  294. --tw-backdrop-hue-rotate: ;
  295. --tw-backdrop-invert: ;
  296. --tw-backdrop-opacity: ;
  297. --tw-backdrop-saturate: ;
  298. --tw-backdrop-sepia:
  299. }
  300. ::backdrop {
  301. --tw-border-spacing-x: 0;
  302. --tw-border-spacing-y: 0;
  303. --tw-translate-x: 0;
  304. --tw-translate-y: 0;
  305. --tw-rotate: 0;
  306. --tw-skew-x: 0;
  307. --tw-skew-y: 0;
  308. --tw-scale-x: 1;
  309. --tw-scale-y: 1;
  310. --tw-pan-x: ;
  311. --tw-pan-y: ;
  312. --tw-pinch-zoom: ;
  313. --tw-scroll-snap-strictness: proximity;
  314. --tw-ordinal: ;
  315. --tw-slashed-zero: ;
  316. --tw-numeric-figure: ;
  317. --tw-numeric-spacing: ;
  318. --tw-numeric-fraction: ;
  319. --tw-ring-inset: ;
  320. --tw-ring-offset-width: 0px;
  321. --tw-ring-offset-color: #fff;
  322. --tw-ring-color: rgb(59 130 246 / 0.5);
  323. --tw-ring-offset-shadow: 0 0 #0000;
  324. --tw-ring-shadow: 0 0 #0000;
  325. --tw-shadow: 0 0 #0000;
  326. --tw-shadow-colored: 0 0 #0000;
  327. --tw-blur: ;
  328. --tw-brightness: ;
  329. --tw-contrast: ;
  330. --tw-grayscale: ;
  331. --tw-hue-rotate: ;
  332. --tw-invert: ;
  333. --tw-saturate: ;
  334. --tw-sepia: ;
  335. --tw-drop-shadow: ;
  336. --tw-backdrop-blur: ;
  337. --tw-backdrop-brightness: ;
  338. --tw-backdrop-contrast: ;
  339. --tw-backdrop-grayscale: ;
  340. --tw-backdrop-hue-rotate: ;
  341. --tw-backdrop-invert: ;
  342. --tw-backdrop-opacity: ;
  343. --tw-backdrop-saturate: ;
  344. --tw-backdrop-sepia:
  345. }
  346. .relative {
  347. position: relative
  348. }
  349. .mx-auto {
  350. margin-left: auto;
  351. margin-right: auto
  352. }
  353. .mx-6 {
  354. margin-left: 1.5rem;
  355. margin-right: 1.5rem
  356. }
  357. .ml-4 {
  358. margin-left: 1rem
  359. }
  360. .mt-16 {
  361. margin-top: 4rem
  362. }
  363. .mt-6 {
  364. margin-top: 1.5rem
  365. }
  366. .mt-4 {
  367. margin-top: 1rem
  368. }
  369. .-mt-px {
  370. margin-top: -1px
  371. }
  372. .mr-1 {
  373. margin-right: 0.25rem
  374. }
  375. .flex {
  376. display: flex
  377. }
  378. .inline-flex {
  379. display: inline-flex
  380. }
  381. .grid {
  382. display: grid
  383. }
  384. .h-16 {
  385. height: 4rem
  386. }
  387. .h-7 {
  388. height: 1.75rem
  389. }
  390. .h-6 {
  391. height: 1.5rem
  392. }
  393. .h-5 {
  394. height: 1.25rem
  395. }
  396. .min-h-screen {
  397. min-height: 100vh
  398. }
  399. .w-auto {
  400. width: auto
  401. }
  402. .w-16 {
  403. width: 4rem
  404. }
  405. .w-7 {
  406. width: 1.75rem
  407. }
  408. .w-6 {
  409. width: 1.5rem
  410. }
  411. .w-5 {
  412. width: 1.25rem
  413. }
  414. .max-w-7xl {
  415. max-width: 80rem
  416. }
  417. .shrink-0 {
  418. flex-shrink: 0
  419. }
  420. .scale-100 {
  421. --tw-scale-x: 1;
  422. --tw-scale-y: 1;
  423. transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  424. }
  425. .grid-cols-1 {
  426. grid-template-columns: repeat(1, minmax(0, 1fr))
  427. }
  428. .items-center {
  429. align-items: center
  430. }
  431. .justify-center {
  432. justify-content: center
  433. }
  434. .gap-6 {
  435. gap: 1.5rem
  436. }
  437. .gap-4 {
  438. gap: 1rem
  439. }
  440. .self-center {
  441. align-self: center
  442. }
  443. .rounded-lg {
  444. border-radius: 0.5rem
  445. }
  446. .rounded-full {
  447. border-radius: 9999px
  448. }
  449. .bg-gray-100 {
  450. --tw-bg-opacity: 1;
  451. background-color: rgb(243 244 246 / var(--tw-bg-opacity))
  452. }
  453. .bg-white {
  454. --tw-bg-opacity: 1;
  455. background-color: rgb(255 255 255 / var(--tw-bg-opacity))
  456. }
  457. .bg-red-50 {
  458. --tw-bg-opacity: 1;
  459. background-color: rgb(254 242 242 / var(--tw-bg-opacity))
  460. }
  461. .bg-dots-darker {
  462. background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.22676 0C1.91374 0 2.45351 0.539773 2.45351 1.22676C2.45351 1.91374 1.91374 2.45351 1.22676 2.45351C0.539773 2.45351 0 1.91374 0 1.22676C0 0.539773 0.539773 0 1.22676 0Z' fill='rgba(0,0,0,0.07)'/%3E%3C/svg%3E")
  463. }
  464. .from-gray-700\/50 {
  465. --tw-gradient-from: rgb(55 65 81 / 0.5);
  466. --tw-gradient-to: rgb(55 65 81 / 0);
  467. --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
  468. }
  469. .via-transparent {
  470. --tw-gradient-to: rgb(0 0 0 / 0);
  471. --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to)
  472. }
  473. .bg-center {
  474. background-position: center
  475. }
  476. .stroke-red-500 {
  477. stroke: #ef4444
  478. }
  479. .stroke-gray-400 {
  480. stroke: #9ca3af
  481. }
  482. .p-6 {
  483. padding: 1.5rem
  484. }
  485. .px-6 {
  486. padding-left: 1.5rem;
  487. padding-right: 1.5rem
  488. }
  489. .text-center {
  490. text-align: center
  491. }
  492. .text-right {
  493. text-align: right
  494. }
  495. .text-xl {
  496. font-size: 1.25rem;
  497. line-height: 1.75rem
  498. }
  499. .text-sm {
  500. font-size: 0.875rem;
  501. line-height: 1.25rem
  502. }
  503. .font-semibold {
  504. font-weight: 600
  505. }
  506. .leading-relaxed {
  507. line-height: 1.625
  508. }
  509. .text-gray-600 {
  510. --tw-text-opacity: 1;
  511. color: rgb(75 85 99 / var(--tw-text-opacity))
  512. }
  513. .text-gray-900 {
  514. --tw-text-opacity: 1;
  515. color: rgb(17 24 39 / var(--tw-text-opacity))
  516. }
  517. .text-gray-500 {
  518. --tw-text-opacity: 1;
  519. color: rgb(107 114 128 / var(--tw-text-opacity))
  520. }
  521. .underline {
  522. -webkit-text-decoration-line: underline;
  523. text-decoration-line: underline
  524. }
  525. .antialiased {
  526. -webkit-font-smoothing: antialiased;
  527. -moz-osx-font-smoothing: grayscale
  528. }
  529. .shadow-2xl {
  530. --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  531. --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  532. box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  533. }
  534. .shadow-gray-500\/20 {
  535. --tw-shadow-color: rgb(107 114 128 / 0.2);
  536. --tw-shadow: var(--tw-shadow-colored)
  537. }
  538. .transition-all {
  539. transition-property: all;
  540. transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  541. transition-duration: 150ms
  542. }
  543. .selection\:bg-red-500 *::selection {
  544. --tw-bg-opacity: 1;
  545. background-color: rgb(239 68 68 / var(--tw-bg-opacity))
  546. }
  547. .selection\:text-white *::selection {
  548. --tw-text-opacity: 1;
  549. color: rgb(255 255 255 / var(--tw-text-opacity))
  550. }
  551. .selection\:bg-red-500::selection {
  552. --tw-bg-opacity: 1;
  553. background-color: rgb(239 68 68 / var(--tw-bg-opacity))
  554. }
  555. .selection\:text-white::selection {
  556. --tw-text-opacity: 1;
  557. color: rgb(255 255 255 / var(--tw-text-opacity))
  558. }
  559. .hover\:text-gray-900:hover {
  560. --tw-text-opacity: 1;
  561. color: rgb(17 24 39 / var(--tw-text-opacity))
  562. }
  563. .hover\:text-gray-700:hover {
  564. --tw-text-opacity: 1;
  565. color: rgb(55 65 81 / var(--tw-text-opacity))
  566. }
  567. .focus\:rounded-sm:focus {
  568. border-radius: 0.125rem
  569. }
  570. .focus\:outline:focus {
  571. outline-style: solid
  572. }
  573. .focus\:outline-2:focus {
  574. outline-width: 2px
  575. }
  576. .focus\:outline-red-500:focus {
  577. outline-color: #ef4444
  578. }
  579. .group:hover .group-hover\:stroke-gray-600 {
  580. stroke: #4b5563
  581. }
  582. @media (prefers-reduced-motion: no-preference) {
  583. .motion-safe\:hover\:scale-\[1\.01\]:hover {
  584. --tw-scale-x: 1.01;
  585. --tw-scale-y: 1.01;
  586. transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  587. }
  588. }
  589. @media (prefers-color-scheme: dark) {
  590. .dark\:bg-gray-900 {
  591. --tw-bg-opacity: 1;
  592. background-color: rgb(17 24 39 / var(--tw-bg-opacity))
  593. }
  594. .dark\:bg-gray-800\/50 {
  595. background-color: rgb(31 41 55 / 0.5)
  596. }
  597. .dark\:bg-red-800\/20 {
  598. background-color: rgb(153 27 27 / 0.2)
  599. }
  600. .dark\:bg-dots-lighter {
  601. background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.22676 0C1.91374 0 2.45351 0.539773 2.45351 1.22676C2.45351 1.91374 1.91374 2.45351 1.22676 2.45351C0.539773 2.45351 0 1.91374 0 1.22676C0 0.539773 0.539773 0 1.22676 0Z' fill='rgba(255,255,255,0.07)'/%3E%3C/svg%3E")
  602. }
  603. .dark\:bg-gradient-to-bl {
  604. background-image: linear-gradient(to bottom left, var(--tw-gradient-stops))
  605. }
  606. .dark\:stroke-gray-600 {
  607. stroke: #4b5563
  608. }
  609. .dark\:text-gray-400 {
  610. --tw-text-opacity: 1;
  611. color: rgb(156 163 175 / var(--tw-text-opacity))
  612. }
  613. .dark\:text-white {
  614. --tw-text-opacity: 1;
  615. color: rgb(255 255 255 / var(--tw-text-opacity))
  616. }
  617. .dark\:shadow-none {
  618. --tw-shadow: 0 0 #0000;
  619. --tw-shadow-colored: 0 0 #0000;
  620. box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  621. }
  622. .dark\:ring-1 {
  623. --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  624. --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  625. box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  626. }
  627. .dark\:ring-inset {
  628. --tw-ring-inset: inset
  629. }
  630. .dark\:ring-white\/5 {
  631. --tw-ring-color: rgb(255 255 255 / 0.05)
  632. }
  633. .dark\:hover\:text-white:hover {
  634. --tw-text-opacity: 1;
  635. color: rgb(255 255 255 / var(--tw-text-opacity))
  636. }
  637. .group:hover .dark\:group-hover\:stroke-gray-400 {
  638. stroke: #9ca3af
  639. }
  640. }
  641. @media (min-width: 640px) {
  642. .sm\:fixed {
  643. position: fixed
  644. }
  645. .sm\:top-0 {
  646. top: 0px
  647. }
  648. .sm\:right-0 {
  649. right: 0px
  650. }
  651. .sm\:ml-0 {
  652. margin-left: 0px
  653. }
  654. .sm\:flex {
  655. display: flex
  656. }
  657. .sm\:items-center {
  658. align-items: center
  659. }
  660. .sm\:justify-center {
  661. justify-content: center
  662. }
  663. .sm\:justify-between {
  664. justify-content: space-between
  665. }
  666. .sm\:text-left {
  667. text-align: left
  668. }
  669. .sm\:text-right {
  670. text-align: right
  671. }
  672. }
  673. @media (min-width: 768px) {
  674. .md\:grid-cols-2 {
  675. grid-template-columns: repeat(2, minmax(0, 1fr))
  676. }
  677. }
  678. @media (min-width: 1024px) {
  679. .lg\:gap-8 {
  680. gap: 2rem
  681. }
  682. .lg\:p-8 {
  683. padding: 2rem
  684. }
  685. }
  686. </style>
  687. </head>
  688. <body class="antialiased">
  689. <div class="relative sm:flex sm:justify-center sm:items-center min-h-screen bg-dots-darker bg-center bg-gray-100 dark:bg-dots-lighter dark:bg-gray-900 selection:bg-red-500 selection:text-white">
  690. @if (Route::has('login'))
  691. <div class="sm:fixed sm:top-0 sm:right-0 p-6 text-right">
  692. @auth
  693. <a href="{{ url('/home') }}" class="font-semibold text-gray-600 hover:text-gray-900 dark:text-gray-400 dark:hover:text-white focus:outline focus:outline-2 focus:rounded-sm focus:outline-red-500">Home</a>
  694. @else
  695. <a href="{{ route('login') }}" class="font-semibold text-gray-600 hover:text-gray-900 dark:text-gray-400 dark:hover:text-white focus:outline focus:outline-2 focus:rounded-sm focus:outline-red-500">Log in</a>
  696. @if (Route::has('register'))
  697. <a href="{{ route('register') }}" class="ml-4 font-semibold text-gray-600 hover:text-gray-900 dark:text-gray-400 dark:hover:text-white focus:outline focus:outline-2 focus:rounded-sm focus:outline-red-500">Register</a>
  698. @endif
  699. @endauth
  700. </div>
  701. @endif
  702. <div class="max-w-7xl mx-auto p-6 lg:p-8">
  703. <div class="flex justify-center">
  704. <svg viewBox="0 0 62 65" fill="none" xmlns="http://www.w3.org/2000/svg" class="h-16 w-auto bg-gray-100 dark:bg-gray-900">
  705. <path d="M61.8548 14.6253C61.8778 14.7102 61.8895 14.7978 61.8897 14.8858V28.5615C61.8898 28.737 61.8434 28.9095 61.7554 29.0614C61.6675 29.2132 61.5409 29.3392 61.3887 29.4265L49.9104 36.0351V49.1337C49.9104 49.4902 49.7209 49.8192 49.4118 49.9987L25.4519 63.7916C25.3971 63.8227 25.3372 63.8427 25.2774 63.8639C25.255 63.8714 25.2338 63.8851 25.2101 63.8913C25.0426 63.9354 24.8666 63.9354 24.6991 63.8913C24.6716 63.8838 24.6467 63.8689 24.6205 63.8589C24.5657 63.8389 24.5084 63.8215 24.456 63.7916L0.501061 49.9987C0.348882 49.9113 0.222437 49.7853 0.134469 49.6334C0.0465019 49.4816 0.000120578 49.3092 0 49.1337L0 8.10652C0 8.01678 0.0124642 7.92953 0.0348998 7.84477C0.0423783 7.8161 0.0598282 7.78993 0.0697995 7.76126C0.0884958 7.70891 0.105946 7.65531 0.133367 7.6067C0.152063 7.5743 0.179485 7.54812 0.20192 7.51821C0.230588 7.47832 0.256763 7.43719 0.290416 7.40229C0.319084 7.37362 0.356476 7.35243 0.388883 7.32751C0.425029 7.29759 0.457436 7.26518 0.498568 7.2415L12.4779 0.345059C12.6296 0.257786 12.8015 0.211853 12.9765 0.211853C13.1515 0.211853 13.3234 0.257786 13.475 0.345059L25.4531 7.2415H25.4556C25.4955 7.26643 25.5292 7.29759 25.5653 7.32626C25.5977 7.35119 25.6339 7.37362 25.6625 7.40104C25.6974 7.43719 25.7224 7.47832 25.7523 7.51821C25.7735 7.54812 25.8021 7.5743 25.8196 7.6067C25.8483 7.65656 25.8645 7.70891 25.8844 7.76126C25.8944 7.78993 25.9118 7.8161 25.9193 7.84602C25.9423 7.93096 25.954 8.01853 25.9542 8.10652V33.7317L35.9355 27.9844V14.8846C35.9355 14.7973 35.948 14.7088 35.9704 14.6253C35.9792 14.5954 35.9954 14.5692 36.0053 14.5405C36.0253 14.4882 36.0427 14.4346 36.0702 14.386C36.0888 14.3536 36.1163 14.3274 36.1375 14.2975C36.1674 14.2576 36.1923 14.2165 36.2272 14.1816C36.2559 14.1529 36.292 14.1317 36.3244 14.1068C36.3618 14.0769 36.3942 14.0445 36.4341 14.0208L48.4147 7.12434C48.5663 7.03694 48.7383 6.99094 48.9133 6.99094C49.0883 6.99094 49.2602 7.03694 49.4118 7.12434L61.3899 14.0208C61.4323 14.0457 61.4647 14.0769 61.5021 14.1055C61.5333 14.1305 61.5694 14.1529 61.5981 14.1803C61.633 14.2165 61.6579 14.2576 61.6878 14.2975C61.7103 14.3274 61.7377 14.3536 61.7551 14.386C61.7838 14.4346 61.8 14.4882 61.8199 14.5405C61.8312 14.5692 61.8474 14.5954 61.8548 14.6253ZM59.893 27.9844V16.6121L55.7013 19.0252L49.9104 22.3593V33.7317L59.8942 27.9844H59.893ZM47.9149 48.5566V37.1768L42.2187 40.4299L25.953 49.7133V61.2003L47.9149 48.5566ZM1.99677 9.83281V48.5566L23.9562 61.199V49.7145L12.4841 43.2219L12.4804 43.2194L12.4754 43.2169C12.4368 43.1945 12.4044 43.1621 12.3682 43.1347C12.3371 43.1097 12.3009 43.0898 12.2735 43.0624L12.271 43.0586C12.2386 43.0275 12.2162 42.9888 12.1887 42.9539C12.1638 42.9203 12.1339 42.8916 12.114 42.8567L12.1127 42.853C12.0903 42.8156 12.0766 42.7707 12.0604 42.7283C12.0442 42.6909 12.023 42.656 12.013 42.6161C12.0005 42.5688 11.998 42.5177 11.9931 42.4691C11.9881 42.4317 11.9781 42.3943 11.9781 42.3569V15.5801L6.18848 12.2446L1.99677 9.83281ZM12.9777 2.36177L2.99764 8.10652L12.9752 13.8513L22.9541 8.10527L12.9752 2.36177H12.9777ZM18.1678 38.2138L23.9574 34.8809V9.83281L19.7657 12.2459L13.9749 15.5801V40.6281L18.1678 38.2138ZM48.9133 9.14105L38.9344 14.8858L48.9133 20.6305L58.8909 14.8846L48.9133 9.14105ZM47.9149 22.3593L42.124 19.0252L37.9323 16.6121V27.9844L43.7219 31.3174L47.9149 33.7317V22.3593ZM24.9533 47.987L39.59 39.631L46.9065 35.4555L36.9352 29.7145L25.4544 36.3242L14.9907 42.3482L24.9533 47.987Z" fill="#FF2D20" />
  706. </svg>
  707. </div>
  708. <div class="mt-16">
  709. <div class="grid grid-cols-1 md:grid-cols-2 gap-6 lg:gap-8">
  710. <a href="https://laravel.com/docs" class="scale-100 p-6 bg-white dark:bg-gray-800/50 dark:bg-gradient-to-bl from-gray-700/50 via-transparent dark:ring-1 dark:ring-inset dark:ring-white/5 rounded-lg shadow-2xl shadow-gray-500/20 dark:shadow-none flex motion-safe:hover:scale-[1.01] transition-all duration-250 focus:outline focus:outline-2 focus:outline-red-500">
  711. <div>
  712. <div class="h-16 w-16 bg-red-50 dark:bg-red-800/20 flex items-center justify-center rounded-full">
  713. <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" class="w-7 h-7 stroke-red-500">
  714. <path stroke-linecap="round" stroke-linejoin="round" d="M12 6.042A8.967 8.967 0 006 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 016 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 016-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0018 18a8.967 8.967 0 00-6 2.292m0-14.25v14.25" />
  715. </svg>
  716. </div>
  717. <h2 class="mt-6 text-xl font-semibold text-gray-900 dark:text-white">Documentation</h2>
  718. <p class="mt-4 text-gray-500 dark:text-gray-400 text-sm leading-relaxed">
  719. Laravel has wonderful documentation covering every aspect of the framework. Whether you are a newcomer or have prior experience with Laravel, we recommend reading our documentation from beginning to end.
  720. </p>
  721. </div>
  722. <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" class="self-center shrink-0 stroke-red-500 w-6 h-6 mx-6">
  723. <path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12h15m0 0l-6.75-6.75M19.5 12l-6.75 6.75" />
  724. </svg>
  725. </a>
  726. <a href="https://laracasts.com" class="scale-100 p-6 bg-white dark:bg-gray-800/50 dark:bg-gradient-to-bl from-gray-700/50 via-transparent dark:ring-1 dark:ring-inset dark:ring-white/5 rounded-lg shadow-2xl shadow-gray-500/20 dark:shadow-none flex motion-safe:hover:scale-[1.01] transition-all duration-250 focus:outline focus:outline-2 focus:outline-red-500">
  727. <div>
  728. <div class="h-16 w-16 bg-red-50 dark:bg-red-800/20 flex items-center justify-center rounded-full">
  729. <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" class="w-7 h-7 stroke-red-500">
  730. <path stroke-linecap="round" d="M15.75 10.5l4.72-4.72a.75.75 0 011.28.53v11.38a.75.75 0 01-1.28.53l-4.72-4.72M4.5 18.75h9a2.25 2.25 0 002.25-2.25v-9a2.25 2.25 0 00-2.25-2.25h-9A2.25 2.25 0 002.25 7.5v9a2.25 2.25 0 002.25 2.25z" />
  731. </svg>
  732. </div>
  733. <h2 class="mt-6 text-xl font-semibold text-gray-900 dark:text-white">Laracasts</h2>
  734. <p class="mt-4 text-gray-500 dark:text-gray-400 text-sm leading-relaxed">
  735. Laracasts offers thousands of video tutorials on Laravel, PHP, and JavaScript development. Check them out, see for yourself, and massively level up your development skills in the process.
  736. </p>
  737. </div>
  738. <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" class="self-center shrink-0 stroke-red-500 w-6 h-6 mx-6">
  739. <path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12h15m0 0l-6.75-6.75M19.5 12l-6.75 6.75" />
  740. </svg>
  741. </a>
  742. <a href="https://laravel-news.com" class="scale-100 p-6 bg-white dark:bg-gray-800/50 dark:bg-gradient-to-bl from-gray-700/50 via-transparent dark:ring-1 dark:ring-inset dark:ring-white/5 rounded-lg shadow-2xl shadow-gray-500/20 dark:shadow-none flex motion-safe:hover:scale-[1.01] transition-all duration-250 focus:outline focus:outline-2 focus:outline-red-500">
  743. <div>
  744. <div class="h-16 w-16 bg-red-50 dark:bg-red-800/20 flex items-center justify-center rounded-full">
  745. <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" class="w-7 h-7 stroke-red-500">
  746. <path stroke-linecap="round" stroke-linejoin="round" d="M12 7.5h1.5m-1.5 3h1.5m-7.5 3h7.5m-7.5 3h7.5m3-9h3.375c.621 0 1.125.504 1.125 1.125V18a2.25 2.25 0 01-2.25 2.25M16.5 7.5V18a2.25 2.25 0 002.25 2.25M16.5 7.5V4.875c0-.621-.504-1.125-1.125-1.125H4.125C3.504 3.75 3 4.254 3 4.875V18a2.25 2.25 0 002.25 2.25h13.5M6 7.5h3v3H6v-3z" />
  747. </svg>
  748. </div>
  749. <h2 class="mt-6 text-xl font-semibold text-gray-900 dark:text-white">Laravel News</h2>
  750. <p class="mt-4 text-gray-500 dark:text-gray-400 text-sm leading-relaxed">
  751. Laravel News is a community driven portal and newsletter aggregating all of the latest and most important news in the Laravel ecosystem, including new package releases and tutorials.
  752. </p>
  753. </div>
  754. <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" class="self-center shrink-0 stroke-red-500 w-6 h-6 mx-6">
  755. <path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12h15m0 0l-6.75-6.75M19.5 12l-6.75 6.75" />
  756. </svg>
  757. </a>
  758. <div class="scale-100 p-6 bg-white dark:bg-gray-800/50 dark:bg-gradient-to-bl from-gray-700/50 via-transparent dark:ring-1 dark:ring-inset dark:ring-white/5 rounded-lg shadow-2xl shadow-gray-500/20 dark:shadow-none flex motion-safe:hover:scale-[1.01] transition-all duration-250 focus:outline focus:outline-2 focus:outline-red-500">
  759. <div>
  760. <div class="h-16 w-16 bg-red-50 dark:bg-red-800/20 flex items-center justify-center rounded-full">
  761. <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" class="w-7 h-7 stroke-red-500">
  762. <path stroke-linecap="round" stroke-linejoin="round" d="M6.115 5.19l.319 1.913A6 6 0 008.11 10.36L9.75 12l-.387.775c-.217.433-.132.956.21 1.298l1.348 1.348c.21.21.329.497.329.795v1.089c0 .426.24.815.622 1.006l.153.076c.433.217.956.132 1.298-.21l.723-.723a8.7 8.7 0 002.288-4.042 1.087 1.087 0 00-.358-1.099l-1.33-1.108c-.251-.21-.582-.299-.905-.245l-1.17.195a1.125 1.125 0 01-.98-.314l-.295-.295a1.125 1.125 0 010-1.591l.13-.132a1.125 1.125 0 011.3-.21l.603.302a.809.809 0 001.086-1.086L14.25 7.5l1.256-.837a4.5 4.5 0 001.528-1.732l.146-.292M6.115 5.19A9 9 0 1017.18 4.64M6.115 5.19A8.965 8.965 0 0112 3c1.929 0 3.716.607 5.18 1.64" />
  763. </svg>
  764. </div>
  765. <h2 class="mt-6 text-xl font-semibold text-gray-900 dark:text-white">Vibrant Ecosystem</h2>
  766. <p class="mt-4 text-gray-500 dark:text-gray-400 text-sm leading-relaxed">
  767. Laravel's robust library of first-party tools and libraries, such as <a href="https://forge.laravel.com" class="underline hover:text-gray-700 dark:hover:text-white focus:outline focus:outline-2 focus:rounded-sm focus:outline-red-500">Forge</a>, <a href="https://vapor.laravel.com" class="underline hover:text-gray-700 dark:hover:text-white focus:outline focus:outline-2 focus:rounded-sm focus:outline-red-500">Vapor</a>, <a href="https://nova.laravel.com" class="underline hover:text-gray-700 dark:hover:text-white focus:outline focus:outline-2 focus:rounded-sm focus:outline-red-500">Nova</a>, and <a href="https://envoyer.io" class="underline hover:text-gray-700 dark:hover:text-white focus:outline focus:outline-2 focus:rounded-sm focus:outline-red-500">Envoyer</a> help you take your projects to the next level. Pair them with powerful open source libraries like <a href="https://laravel.com/docs/billing" class="underline hover:text-gray-700 dark:hover:text-white focus:outline focus:outline-2 focus:rounded-sm focus:outline-red-500">Cashier</a>, <a href="https://laravel.com/docs/dusk" class="underline hover:text-gray-700 dark:hover:text-white focus:outline focus:outline-2 focus:rounded-sm focus:outline-red-500">Dusk</a>, <a href="https://laravel.com/docs/broadcasting" class="underline hover:text-gray-700 dark:hover:text-white focus:outline focus:outline-2 focus:rounded-sm focus:outline-red-500">Echo</a>, <a href="https://laravel.com/docs/horizon" class="underline hover:text-gray-700 dark:hover:text-white focus:outline focus:outline-2 focus:rounded-sm focus:outline-red-500">Horizon</a>, <a href="https://laravel.com/docs/sanctum" class="underline hover:text-gray-700 dark:hover:text-white focus:outline focus:outline-2 focus:rounded-sm focus:outline-red-500">Sanctum</a>, <a href="https://laravel.com/docs/telescope" class="underline hover:text-gray-700 dark:hover:text-white focus:outline focus:outline-2 focus:rounded-sm focus:outline-red-500">Telescope</a>, and more.
  768. </p>
  769. </div>
  770. </div>
  771. </div>
  772. </div>
  773. <div class="flex justify-center mt-16 px-0 sm:items-center sm:justify-between">
  774. <div class="text-center text-sm text-gray-500 dark:text-gray-400 sm:text-left">
  775. <div class="flex items-center gap-4">
  776. <a href="https://github.com/sponsors/taylorotwell" class="group inline-flex items-center hover:text-gray-700 dark:hover:text-white focus:outline focus:outline-2 focus:rounded-sm focus:outline-red-500">
  777. <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" class="-mt-px mr-1 w-5 h-5 stroke-gray-400 dark:stroke-gray-600 group-hover:stroke-gray-600 dark:group-hover:stroke-gray-400">
  778. <path stroke-linecap="round" stroke-linejoin="round" d="M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12z" />
  779. </svg>
  780. Sponsor
  781. </a>
  782. </div>
  783. </div>
  784. <div class="ml-4 text-center text-sm text-gray-500 dark:text-gray-400 sm:text-right sm:ml-0">
  785. Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})
  786. </div>
  787. </div>
  788. </div>
  789. </div>
  790. </body>
  791. </html>