mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-29 01:14:04 +00:00
Update title for public feedback form page requested by Omair
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@extends('layouts.base_no_login')
|
||||
@section('title', 'Share Your Feedback - CIEF Customer Service')
|
||||
@section('inner_content')
|
||||
<feedback-customer-section-component token="{{$token}}"></feedback-customer-section-component>
|
||||
@endsection
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
|
||||
<meta charset="utf-8"/>
|
||||
<title>IZYIM Shipping</title>
|
||||
<title>@yield('title', 'IZYIM Shipping')</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no"/>
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="{{asset('images/favicon/apple-icon-57x57.png')}}">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="{{asset('images/favicon/apple-icon-60x60.png')}}">
|
||||
@@ -28,4 +28,4 @@
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
<link href="{{ asset('css/vendor.css') }}" rel="stylesheet" type="text/css"/>
|
||||
<link href="{{ asset('css/site.css') }}" rel="stylesheet" type="text/css"/>
|
||||
<link href="{{ asset('css/site.css') }}" rel="stylesheet" type="text/css"/>
|
||||
|
||||
Reference in New Issue
Block a user