PATH:
home
/
rwabteecom
/
project_11
/
resources
/
views
/
web
/
layouts
/
Editing: app.blade.php
@extends('web.layouts.base') @section('title') @endsection @section('navigration') <nav class="navbar navbar-expand-lg"> <div class="container"> <a class="navbar-brand me-2" href="{{ route('index') }}"> <img src="{{ gs('logo') }}" class="img-fluid" alt=""> </a> <div class="d-flex d-lg-none align-items-center"> @include('web.partials.lang') <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> </div> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav me-auto mb-2 mb-lg-0"> <li class="nav-item"> <a class="nav-link @if (request()->route()->getName() == 'plan') active @endif" href="{{ route('plan') }}">{{ __('Pricing') }}</a> </li> <li class="nav-item"> <a class="nav-link @if (request()->route()->getName() == 'about') active @endif" href="{{ route('about') }}">{{ __('About') }}</a> </li> <li class="nav-item d-lg-none d-block"> <a class="nav-link" href="{{ route('login') }}">{{ __('Login') }}</a> </li> <li class="nav-item d-lg-none d-block"> <a class="nav-link" href="{{ route('register') }}">{{ __('Create Link') }}</a> </li> </ul> <div class="d-none d-lg-flex nav-right"> @if (LaravelLocalization::getCurrentLocale() == 'en') <a href="{{ LaravelLocalization::getLocalizedURL('ar', null, [], true) }}" class="lang-link px-3"> <svg xmlns="http://www.w3.org/2000/svg" class="me-2" width="22" height="22" fill="currentColor" class="bi bi-globe" viewBox="0 0 16 16"> <path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m7.5-6.923c-.67.204-1.335.82-1.887 1.855A8 8 0 0 0 5.145 4H7.5zM4.09 4a9.3 9.3 0 0 1 .64-1.539 7 7 0 0 1 .597-.933A7.03 7.03 0 0 0 2.255 4zm-.582 3.5c.03-.877.138-1.718.312-2.5H1.674a7 7 0 0 0-.656 2.5zM4.847 5a12.5 12.5 0 0 0-.338 2.5H7.5V5zM8.5 5v2.5h2.99a12.5 12.5 0 0 0-.337-2.5zM4.51 8.5a12.5 12.5 0 0 0 .337 2.5H7.5V8.5zm3.99 0V11h2.653c.187-.765.306-1.608.338-2.5zM5.145 12q.208.58.468 1.068c.552 1.035 1.218 1.65 1.887 1.855V12zm.182 2.472a7 7 0 0 1-.597-.933A9.3 9.3 0 0 1 4.09 12H2.255a7 7 0 0 0 3.072 2.472M3.82 11a13.7 13.7 0 0 1-.312-2.5h-2.49c.062.89.291 1.733.656 2.5zm6.853 3.472A7 7 0 0 0 13.745 12H11.91a9.3 9.3 0 0 1-.64 1.539 7 7 0 0 1-.597.933M8.5 12v2.923c.67-.204 1.335-.82 1.887-1.855q.26-.487.468-1.068zm3.68-1h2.146c.365-.767.594-1.61.656-2.5h-2.49a13.7 13.7 0 0 1-.312 2.5m2.802-3.5a7 7 0 0 0-.656-2.5H12.18c.174.782.282 1.623.312 2.5zM11.27 2.461c.247.464.462.98.64 1.539h1.835a7 7 0 0 0-3.072-2.472c.218.284.418.598.597.933M10.855 4a8 8 0 0 0-.468-1.068C9.835 1.897 9.17 1.282 8.5 1.077V4z" /> </svg> العربية</a> @elseif(LaravelLocalization::getCurrentLocale() == 'ar') <a href="{{ LaravelLocalization::getLocalizedURL('en', null, [], true) }}" class="lang-link px-3"> <svg xmlns="http://www.w3.org/2000/svg" class="me-2" width="22" height="22" fill="currentColor" class="bi bi-globe" viewBox="0 0 16 16"> <path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m7.5-6.923c-.67.204-1.335.82-1.887 1.855A8 8 0 0 0 5.145 4H7.5zM4.09 4a9.3 9.3 0 0 1 .64-1.539 7 7 0 0 1 .597-.933A7.03 7.03 0 0 0 2.255 4zm-.582 3.5c.03-.877.138-1.718.312-2.5H1.674a7 7 0 0 0-.656 2.5zM4.847 5a12.5 12.5 0 0 0-.338 2.5H7.5V5zM8.5 5v2.5h2.99a12.5 12.5 0 0 0-.337-2.5zM4.51 8.5a12.5 12.5 0 0 0 .337 2.5H7.5V8.5zm3.99 0V11h2.653c.187-.765.306-1.608.338-2.5zM5.145 12q.208.58.468 1.068c.552 1.035 1.218 1.65 1.887 1.855V12zm.182 2.472a7 7 0 0 1-.597-.933A9.3 9.3 0 0 1 4.09 12H2.255a7 7 0 0 0 3.072 2.472M3.82 11a13.7 13.7 0 0 1-.312-2.5h-2.49c.062.89.291 1.733.656 2.5zm6.853 3.472A7 7 0 0 0 13.745 12H11.91a9.3 9.3 0 0 1-.64 1.539 7 7 0 0 1-.597.933M8.5 12v2.923c.67-.204 1.335-.82 1.887-1.855q.26-.487.468-1.068zm3.68-1h2.146c.365-.767.594-1.61.656-2.5h-2.49a13.7 13.7 0 0 1-.312 2.5m2.802-3.5a7 7 0 0 0-.656-2.5H12.18c.174.782.282 1.623.312 2.5zM11.27 2.461c.247.464.462.98.64 1.539h1.835a7 7 0 0 0-3.072-2.472c.218.284.418.598.597.933M10.855 4a8 8 0 0 0-.468-1.068C9.835 1.897 9.17 1.282 8.5 1.077V4z" /> </svg> English</a> @endif <a href="{{ route('login') }}" class="Login-link">{{ __('Login') }}</a> <a href="{{ route('register') }}" class="create-link">{{ __('Create Link') }}</a> </div> </div> </div> </nav> @endsection @section('footer') <footer class="py-4"> <button class="up-btn"> <svg width="125" height="26" viewBox="0 0 125 26" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M121.654 25.7999C97.0779 25.7999 88.2077 4.09962e-06 63.909 0C39.6105 -4.09957e-06 33.7757 25.7999 3.55811 25.7999C-26.6596 25.7999 146.231 25.7999 121.654 25.7999Z" fill="#FFD3B0" /> </svg> <svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.3232 21.0499L12.3232 4.54993" stroke="#FF8A2D" stroke-width="1.56147" stroke-linecap="round" stroke-linejoin="round" /> <path d="M19.0732 11.2999L12.3232 4.54993L5.57324 11.2999" stroke="#FF8A2D" stroke-width="1.56147" stroke-linecap="round" stroke-linejoin="round" /> </svg> </button> <div class="container"> <div class="d-flex flex-column flex-lg-row align-items-center justify-content-between py-4 top-div"> <a href="{{ route('index') }}" class="mb-4 mb-lg-0"> <img src="{{ gs('logo') }}" class="img-fluid wow fadeInUp" data-wow-duration=".6s" data-wow-delay="0.3s" alt=""> </a> <ul class="footer-nav-links align-items-center flex-column flex-md-row wow fadeInUp" data-wow-duration=".6s" data-wow-delay="0.3s"> <li><a href="{{ route('index') }}">{{ __('Home') }}</a></li> <li><a href="{{ route('about') }}">{{ __('About') }}</a></li> <li><a href="{{ route('plan') }}">{{ __('Pricing') }}</a></li> <li> <a href="https://wa.me/{{ gs('whatsapp_phone') }}"> <svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" class="me-2" fill="currentColor" class="bi bi-whatsapp" viewBox="0 0 16 16"> <path d="M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232" /> </svg> <span class="text-underline">{{ __('Contact for help') }}</span> </a> </li> </ul> </div> <div class="d-flex flex-column-reverse flex-md-row align-items-center justify-content-between py-4"> <p class="small mb-0 mt-3 mt-md-0 wow fadeInUp text-center text-md-start" data-wow-duration=".6s" data-wow-delay="0.3s">{{ __('Copyrights all rights reserved to wexeltech company') }}</p> <ul class="social-link wow fadeInUp" data-wow-duration=".6s" data-wow-delay="0.3s"> <li><a href="">{{__('Follow us')}}</a></li> @if (gs('instagram_link')) <li><a href="{{ gs('instagram_link') }}"><svg width="20" height="21" viewBox="0 0 20 21" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path d="M10.0022 5.67059C7.16453 5.67059 4.87563 7.96 4.87563 10.7983C4.87563 13.6367 7.16453 15.9261 10.0022 15.9261C12.8399 15.9261 15.1288 13.6367 15.1288 10.7983C15.1288 7.96 12.8399 5.67059 10.0022 5.67059ZM10.0022 14.132C8.16843 14.132 6.66927 12.637 6.66927 10.7983C6.66927 8.95967 8.16397 7.46463 10.0022 7.46463C11.8405 7.46463 13.3352 8.95967 13.3352 10.7983C13.3352 12.637 11.836 14.132 10.0022 14.132ZM16.5343 5.46084C16.5343 6.1258 15.9989 6.65687 15.3385 6.65687C14.6737 6.65687 14.1428 6.12133 14.1428 5.46084C14.1428 4.80035 14.6782 4.26481 15.3385 4.26481C15.9989 4.26481 16.5343 4.80035 16.5343 5.46084ZM19.9297 6.67472C19.8539 5.07258 19.488 3.65341 18.3146 2.48416C17.1456 1.31491 15.7267 0.948959 14.1249 0.868629C12.4741 0.77491 7.52593 0.77491 5.87507 0.868629C4.27775 0.944496 2.8589 1.31045 1.68544 2.4797C0.511991 3.64895 0.150586 5.06812 0.0702733 6.67026C-0.0234244 8.32149 -0.0234244 13.2707 0.0702733 14.922C0.146124 16.5241 0.511991 17.9433 1.68544 19.1125C2.8589 20.2818 4.27328 20.6477 5.87507 20.7281C7.52593 20.8218 12.4741 20.8218 14.1249 20.7281C15.7267 20.6522 17.1456 20.2862 18.3146 19.1125C19.4835 17.9433 19.8494 16.5241 19.9297 14.922C20.0234 13.2707 20.0234 8.32595 19.9297 6.67472ZM17.797 16.6937C17.449 17.5684 16.7752 18.2423 15.8963 18.5948C14.58 19.117 11.4568 18.9965 10.0022 18.9965C8.54768 18.9965 5.41997 19.1125 4.1082 18.5948C3.23369 18.2467 2.55996 17.5729 2.20747 16.6937C1.68544 15.3772 1.80591 12.2532 1.80591 10.7983C1.80591 9.34347 1.68991 6.21505 2.20747 4.90299C2.55549 4.02829 3.22922 3.3544 4.1082 3.00184C5.42443 2.4797 8.54768 2.60019 10.0022 2.60019C11.4568 2.60019 14.5845 2.48416 15.8963 3.00184C16.7708 3.34994 17.4445 4.02382 17.797 4.90299C18.319 6.21952 18.1985 9.34347 18.1985 10.7983C18.1985 12.2532 18.319 15.3816 17.797 16.6937Z" /> </svg> </a></li> @endif @if (gs('facebook_link')) <li><a href="{{ gs('facebook_link') }}"><svg width="20" height="21" viewBox="0 0 20 21" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path d="M17.8571 0.79834H2.14286C1.57454 0.79834 1.02949 1.0241 0.627628 1.42597C0.225765 1.82783 0 2.37288 0 2.9412V18.6555C0 19.2238 0.225765 19.7688 0.627628 20.1707C1.02949 20.5726 1.57454 20.7983 2.14286 20.7983H8.27009V13.9988H5.45759V10.7983H8.27009V8.35905C8.27009 5.5845 9.92188 4.05191 12.4518 4.05191C13.6634 4.05191 14.9304 4.26798 14.9304 4.26798V6.9912H13.5344C12.1589 6.9912 11.7299 7.84477 11.7299 8.72021V10.7983H14.8004L14.3094 13.9988H11.7299V20.7983H17.8571C18.4255 20.7983 18.9705 20.5726 19.3724 20.1707C19.7742 19.7688 20 19.2238 20 18.6555V2.9412C20 2.37288 19.7742 1.82783 19.3724 1.42597C18.9705 1.0241 18.4255 0.79834 17.8571 0.79834Z" /> </svg> </a></li> @endif @if (gs('twitter_link')) <li><a href="{{ gs('twitter_link') }}"><svg width="25" height="21" viewBox="0 0 25 21" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path d="M22.4303 5.7827C22.4461 6.00144 22.4461 6.22022 22.4461 6.43896C22.4461 13.1108 17.2907 20.7983 7.86805 20.7983C4.96511 20.7983 2.26842 19.9702 0 18.5327C0.412453 18.5796 0.808988 18.5952 1.23731 18.5952C3.63258 18.5952 5.83757 17.7984 7.59837 16.439C5.34582 16.3921 3.45812 14.939 2.80773 12.939C3.12501 12.9858 3.44225 13.0171 3.77541 13.0171C4.23542 13.0171 4.69548 12.9545 5.12375 12.8452C2.77604 12.3764 1.01519 10.3452 1.01519 7.89208V7.8296C1.69727 8.20461 2.49049 8.43898 3.33117 8.47019C1.95108 7.56392 1.04693 6.01707 1.04693 4.26705C1.04693 3.32957 1.30069 2.4702 1.74488 1.72019C4.26711 4.78269 8.05838 6.78266 12.3096 7.00144C12.2303 6.62644 12.1827 6.23586 12.1827 5.84522C12.1827 3.06394 14.467 0.79834 17.3065 0.79834C18.7817 0.79834 20.1142 1.40771 21.0501 2.39209C22.2081 2.17335 23.3185 1.75145 24.302 1.17334C23.9213 2.34524 23.1123 3.32962 22.0495 3.95458C23.0806 3.84525 24.08 3.56394 25 3.17336C24.3021 4.17332 23.4296 5.06391 22.4303 5.7827Z" /> </svg> </a></li> @endif </ul> </div> </div> </footer> @endsection
SAVE
CANCEL