@extends('admin.layouts.master') @section('title') انشاء عميل جديد @endsection @section('css') @endsection @section('content-header')
انشاء عميل جديد
انشاء عميل جديد
@endsection @section('content')
@include('admin.messages')
@csrf
اسم العميل
رقم الهاتف
(يجب ارفاق كود الدوله *)
القناه
(اختياري)
-- اختر من القائمه --
@foreach(auth('web')->check() ? $data['channels'] : $data['subscriberChannels'] as $row)
{{$row->name}}
@endforeach
تسجيل البيانات
@endsection @section('js') @endsection