Path : /var/www/html/master288-bk2/resources/views/front/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/master288-bk2/resources/views/front/cock-fight.blade.php |
@extends('layouts.master') @section('meta') <title>{{ __('message.cock fight') }}</title> <meta name="description" content="{{__('message.description')}}"> <meta name="keywords" content="{{__('message.title')}}"> <link rel="canonical" href="{{route('home')}}"/> <meta property="og:title" content="{{__('message.title')}}" /> <meta property="og:description" content="{{__('message.description')}}" /> <meta property="og:type" content="game" /> <meta property="og:url" content="{{route('home')}}" /> <meta property="og:image" content="{{asset('cover-web.png')}}" /> <meta name="twitter:title" content="{{__('message.title')}}" /> <meta name="twitter:description" content="{{__('message.description')}}" /> @endsection @push('css') @endpush @section('content') {{-- Cock Fight --}} <div class="casino-game"> <h1 class="mb-0" style="text-align: center;padding-top:15px;padding-bottom: 15px;">{{__('message.cock fight')}}</h1> <div class="list-item bg-cock-fight bg-animate"> <img src="{{asset($page->feature_image)}}" alt="Cock fight" class="w-100"> </div> <section class="cock-footer py-3"> <h3 class="text-center mb-0">{{__('message.register now will get 100% promotion')}}</h3> <p class="text-center text-white my-2">{{__('message.press below button')}}</p> <div class=" d-lg-flex justify-content-center text-center"> <a href="{{$settings_->where('key','telegram1')->first()->value??'#'}}" target="_blank" class="btn btn-warning rounded-pill px-5"> {{__('message.register')}} </a> </div> </section> </div> @endsection @push('scripts') @endpush