@extends('layouts.app') @section('title') تعديل طبيب @endsection @section('vendor_css') @endsection @section('page_level_css') @endsection @section('custom_css') @endsection @section('content') اسم الطبيب مكان الطبيب تخصص الطبيب @lang('frontend.chose') @foreach($specialities as $speciality) speciality->id == $speciality->id) ? 'selected' : '' }} >{{$speciality->name}} @endforeach صورة الطبيب picture) ? 'required' : ''}} name="picture" accept="image/*"> @if($doctor->picture) @endif تفاصيل الطبيب {!! $doctor->details !!} @lang('dashboard.edit') {{ csrf_field() }} @endsection @section('page_vendor_js') @endsection @section('page_level_js') @endsection