@extends('layouts/contentLayoutMaster') @section('title', 'الفنيين') @section('vendor-style') @endsection @section('content') أضافة فني جديد @csrf اسم الفني * @if ($errors->has('name')) {{ $errors->first('name') }} @endif رقم التلفون* @if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif الصورة الشخصيه* @if ($errors->has('logo')) {{ $errors->first('logo') }} @endif المحطات @foreach($zones as $zone) {{$zone->name}} @endforeach {{__('main.parent_change_DC')}} @if ($errors->has('zone_id')) {{ $errors->first('zone_id') }} @endif مفعل @if ($errors->has('status')) {{ $errors->first('status') }} @endif اضافة {{-- Data list view end --}} @endsection @section('vendor-script') @endsection