Advertisement
Guest User

index.blade.php

a guest
Mar 13th, 2023
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | Source Code | 0 0
  1. <x-app-layout>
  2.     <x-slot name="header">
  3.         <h2 class="font-semibold text-xl text-gray-800 leading-tight">
  4.             {{ __('GBTel WebGIS') }}
  5.         </h2>
  6.     </x-slot>
  7.     <x-map />
  8.  
  9. </x-app-layout>
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement