Your ROOT_URL in app.ini is http://159.89.207.79:3000/ but you are visiting http://9.cron.my.id:3000/tribikram/AplusAgency/commit/6036444980f517675ba751f234801f9a32ff8b0b
You should set ROOT_URL correctly, otherwise the web may not work correctly.
17 changed files with
50 additions and
7 deletions
public/frontend/css/style.css
BIN
public/frontend/images/am-chef-banner.png
BIN
public/frontend/images/need-chef-banner.png
resources/views/about.blade.php
resources/views/am_chef.blade.php
resources/views/contact.blade.php
resources/views/insurance.blade.php
resources/views/labor_agreement.blade.php
resources/views/need_chef.blade.php
resources/views/news.blade.php
resources/views/news_detail.blade.php
resources/views/pathway_programme.blade.php
resources/views/recruitment.blade.php
resources/views/service_detail.blade.php
resources/views/service_view.blade.php
resources/views/services.blade.php
resources/views/welcome.blade.php
@ -870,11 +870,12 @@ Responsive Codes
. service-secondary-desc hr ,
. insurance-content hr ,
. labor-section-primary hr ,
. labor-section-secondary hr {
. labor-section-secondary hr ,
. service-primary-desc hr {
width : 38px ;
height : 0px ;
opacity : 1 ;
border : 1px solid # F54C5F ;
border : 1px solid # 0E2B52 ;
}
. who-we-desc h5 ,
. obj-header h5 ,
Width:
|
Height:
|
Size: 573 KiB
Width:
|
Height:
|
Size: 775 KiB
@ -1,6 +1,9 @@
@extends('layout.app')
@section('title')
< title > About Us< / title >
< meta name = "description" content = "APLUS AGENCY is a team of registered migration agents with over 60 years of collective experience managing migration applications for both employers and individuals." / >
< meta name = "og:title" content = "About Us" / >
< meta name = "og:image" content = "{{url($about->first()->image)}}" / >
@endsection
@section('content')
< section class = "about-banner-section" >
@ -1,9 +1,12 @@
@extends('layout.app')
@section('title')
< title > I am Chef< / title >
< meta name = "description" content = "Need a Chef or Cook?" / >
< meta name = "og:title" content = "I need a Chef" / >
< meta name = "og:image" content = "{{url('frontend/images/am-chef-banner.png')}}" / >
@endsection
@section('content')
< section class = "need-chef-banner" style = "background: url('frontend/images/need-chef.png')" >
< section class = "need-chef-banner" style = "background: url('frontend/images/am-chef-banner .png')" >
< nav aria-label = "breadcrumb" >
< ol class = "breadcrumb" >
< li class = "breadcrumb-item" > < a href = "/" > Aplusagency< / a > < / li >
@ -1,6 +1,9 @@
@extends('layout.app')
@section('title')
< title > Contact Us< / title >
< meta name = "description" content = "If you have an enquiry regarding immigration to Australia, please fill out the enquiry form below and one of our migration agents will be in touch." / >
< meta name = "og:title" content = "Contact Us" / >
< meta name = "og:image" content = "{{url('frontend/images/contact-us-banner.png')}}" / >
@endsection
@section('content')
@ -1,6 +1,9 @@
@extends('layout.app')
@section('title')
< title > Insurance< / title >
< meta name = "description" content = "We provide a range of affordable insurance plans for international students to cover their unexpected medical expenses while staying in Australia. We've got the right health insurance to meet your unique lifestyle needs. A Plus has agreements with a number of medical and allied health providers in Australia." / >
< meta name = "og:title" content = "Insurance" / >
< meta name = "og:image" content = "{{url('frontend/images/insurance.png')}}" / >
@endsection
@section('content')
< section class = "insurance-banner" style = "background: url('frontend/images/insurance.png')" >
@ -1,6 +1,9 @@
@extends('layout.app')
@section('title')
< title > Labor Agreement< / title >
< meta name = "description" content = "Through Labour Agreements, restaurants can hire overseas workers who are either not eligible for standard immigration programmes or have access to permanent visa options with different terms and conditions than would otherwise be available." / >
< meta name = "og:title" content = "Labor Agreement" / >
< meta name = "og:image" content = "{{url('frontend/images/labor-agreement.png')}}" / >
@endsection
@section('content')
< section class = "labor-agreement-banner" style = "background: url('frontend/images/labor-agreement.png')" >
@ -1,6 +1,9 @@
@extends('layout.app')
@section('title')
< title > I need a Chef< / title >
< meta name = "description" content = "Need a Chef or Cook?" / >
< meta name = "og:title" content = "I need a Chef" / >
< meta name = "og:image" content = "{{url('frontend/images/need-chef.png')}}" / >
@endsection
@section('content')
< section class = "need-chef-banner" style = "background: url('frontend/images/need-chef.png')" >
@ -1,6 +1,9 @@
@extends('layout.app')
@section('title')
< title > News & Updates< / title >
< meta name = "description" content = "Delivering excellent and cost-effective solutions to esnure customer satisfaction." / >
< meta name = "og:title" content = "Pathway Programme" / >
< meta name = "og:image" content = "{{url('frontend/images/pathway-banner.png')}}" / >
@endsection
@section('content')
< section class = "news-banner-section" style = "background: url('frontend/images/news-banner.png')" >
@ -1,6 +1,9 @@
@extends('layout.app')
@section('title')
< title > Recognition of Prior Learning (RPL)< / title >
< title > {{$news->first()->title}}< / title >
< meta name = "description" content = {!!strip_tags($news- > first()->description)!!}/>
< meta name = "og:title" content = {{$news- > first()->title}}/>
< meta name = "og:image" content = "{{url($news->first()->image)}}" / >
@endsection
@section('content')
< section class = "bloghead-section" >
@ -1,6 +1,9 @@
@extends('layout.app')
@section('title')
< title > Pathway Programme< / title >
< meta name = "description" content = "Delivering excellent and cost-effective solutions to esnure customer satisfaction." / >
< meta name = "og:title" content = "Pathway Programme" / >
< meta name = "og:image" content = "{{url('frontend/images/pathway-banner.png')}}" / >
@endsection
@section('content')
< section class = "pathway-banner-section" style = "background: url('frontend/images/pathway-banner.png')" >
@ -1,6 +1,9 @@
@extends('layout.app')
@section('title')
< title > Recruitment< / title >
< meta name = "description" content = "We help businesses and enterprises to leverage the valuable skills of our custom dedicated team to help match your project needs on various technology in development" / >
< meta name = "og:title" content = "Recruitment" / >
< meta name = "og:image" content = "{{url('frontend/images/recruitment.png')}}" / >
@endsection
@section('content')
< section class = "recruitment-banner" style = "background: url('frontend/images/recruitment.png')" >
@ -1,6 +1,9 @@
@extends('layout.app')
@section('title')
< title > {{$service->name}}< / title >
< meta name = "description" content = "Delivering excellent and cost-effective solutions to esnure customer satisfaction." / >
< meta name = "og:title" content = {{$service- > name}}/>
< meta name = "og:image" content = "{{url('frontend/images/service-detail.png')}}" / >
@endsection
@section('content')
< section class = "service-detail-banner" style = "background: url('frontend/images/service-detail.png')" >
@ -1,9 +1,12 @@
@extends('layout.app')
@section('title')
< title > {{$service->name}}< / title >
< meta name = "description" content = "Delivering excellent and cost-effective solutions to esnure customer satisfaction." / >
< meta name = "og:title" content = {{$service- > name}}/>
< meta name = "og:image" content = "{{url('../frontend/images/service-detail.png')}}" / >
@endsection
@section('content')
< section class = "service-detail-banner" style = "background: url('frontend/images/service-detail.png')" >
< section class = "service-detail-banner" style = "background: url('../ frontend/images/service-detail.png')" >
< nav aria-label = "breadcrumb" >
< ol class = "breadcrumb" >
< li class = "breadcrumb-item" > < a href = "/" > Home< / a > < / li >
@ -25,7 +28,7 @@
< / div >
< div class = "col-md-6" >
< div class = "service-primary-desc" >
< h5 > < img src = "{{url('frontend/icons/double-slash.svg')}}" alt = "" > Skill Assessment < / h5 >
< h5 > Skill Assessment < hr > < / h5 >
< h3 > {{$service_sections->first()->title}}< / h3 >
< p > {{$service_sections->first()->description}}< / p >
< ul >
@ -63,7 +66,7 @@
< div class = "row" >
< div class = "col-md-6" >
< div class = "service-primary-desc" >
< h5 > < img src = "{{url('frontend/icons/double-slash.svg')}}" alt = "" > Skill Assessment < / h5 >
< h5 > Skill Assessment< hr > < / h5 >
< h3 > {{$third_service->title}}< / h3 >
< p > {{$third_service->description}}< / p >
< ul >
@ -1,6 +1,9 @@
@extends('layout.app')
@section('title')
< title > Our Services< / title >
< meta name = "description" content = "Delivering excellent and cost-effective solutions to esnure customer satisfaction." / >
< meta name = "og:title" content = "Our Services" / >
< meta name = "og:image" content = "{{url('frontend/images/skill-assessment.png')}}" / >
@endsection
@section('content')
< section class = "services-banner-section" >
@ -1,6 +1,9 @@
@extends('layout.app')
@section('title')
< title > Aplus Agency< / title >
< meta name = "description" content = "APLUS AGENCY is a team of registered migration agents with over 60 years of collective experience managing migration applications for both employers and individuals." / >
< meta name = "og:title" content = "Aplus Agency" / >
< meta name = "og:image" content = "{{url('frontend/images/recruitment.png')}}" / >
@endsection
@section('content')
@php