@extends('user.layout') @section('pagename') - {{ __('Service Form') }} @endsection @section('content') @php $value = $user->email; $isEmail = filter_var($value, FILTER_VALIDATE_EMAIL); $isPhone = preg_match('/^\+?[0-9]{6,20}$/', $value); // basic phone check @endphp @if (session('success')) {{ session('success') }} @endif {{ $service->service_name }} Hi, {{ $user->username }} This is your serial number, {{ $user->user_sl }} pls remember this / এটা আপনার আইডি, দয়া করে মনে রাখবেন। @csrf Service Review / সেবা প্রার্থীর মতামত Select Service Review / সেবার মতামত নির্বাচন করুন Extra ordinary / অসাধারন Satisfied / সন্তুষ্টি Average / মোটামুটি Unsatisfied / অসন্তুষ্ট Comment / মন্তব্য @if ($errors->has('review_type')) {{ $errors->first('review_type') }} @endif Comment / সেবার মান উন্নয়নের আপনার পরামর্শ ( যদি থাকে) {{ old('comment') }} @if ($errors->has('comment')) {{ $errors->first('comment') }} @endif Preview × @endsection @section('scripts') @endsection
Service Review / সেবা প্রার্থীর মতামত