@extends('layouts.app') @section('title') @lang('dashboard.edit_center') @endsection @section('vendor_css') @endsection @section('page_level_css') @endsection @section('custom_css') @endsection @section('content') @lang('dashboard.name') @lang('frontend.city') @lang('frontend.chose') @foreach($cities as $city) city_id == $city->id) ? 'selected' : '' }} >{{$city->name}} @endforeach خط الطول خد العرض @lang('dashboard.center_type') type=="HCP") ? "selected" : "" }} value="HCP">@lang('dashboard.hcp') type=="RC") ? "selected" : "" }} value="RC">@lang('dashboard.rc') @lang('dashboard.rc_type') rc_type=="Hospital") ? "selected" : "" }} value="Hospital">@lang('dashboard.hospital') rc_type=="Clinic") ? "selected" : "" }} value="Clinic">@lang('dashboard.clinic') صورة الشعار @if($center->logo) @endif @lang('dashboard.edit') {{ csrf_field() }} {{method_field('PUT')}} @endsection @section('page_vendor_js') @endsection @section('page_level_js') @endsection