@extends('admin.layout') @section('content')
{{ csrf_field() }}
Nhập thông tin dịch vụ
Name
*
Code
*
URL
*
Loại dịch vụ
Dịch vụ thông thường
Dịch vụ nhóm
Dịch vụ con
Image
*
Icon
Introduce
*
{{old('introduce')}}
Working
*
{{old('working')}}
Not Working
*
{{old('not_working')}}
Procedure
*
Add Step
Thời gian thực hiện (số phút)
*
Group service
*
@foreach($categories as $category)
{{$category->name}}
@endforeach
Tasker type
*
@foreach(Illuminate\Support\Facades\DB::table("taskers")->get() as $tasker)
id, old('tasker_type'))) selected @endif value="{{$tasker->id}}"> {{$tasker->tasker}}
@endforeach
Options service
*
@foreach(\App\Models\Services::where('child',1)->get() as $service)
{{$service->name}}
@endforeach
Template
*
Template 1
Template 2
Template 3
Template 4
Phí app
*
Loại phí app
*
Phần trăm
Tiền(VND)
Tọa độ (dành cho trung tâm, bệnh viện khi template là 4)
*
Tự động gửi thông báo
*
Tự động gửi
Chép gói vaccine từ
Chọn trung tâm
@foreach($serviceTemp4 as $st4)
id) selected @endif> {{$st4->name}}
@endforeach
Affiliate
@endsection @section('custom_script') @endsection