Update title for public feedback form page requested by Omair

This commit is contained in:
Dillon Ngo
2023-12-09 12:50:12 +08:00
parent 6b09d5facc
commit 6d3a2d9259
2 changed files with 3 additions and 2 deletions
@@ -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
View File
@@ -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"/>