mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-28 08:54:05 +00:00
6 lines
236 B
PHP
6 lines
236 B
PHP
@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
|