@extends('layouts.app') @section('title') Edit Clinic @endsection @section('vendor_css') @endsection @section('page_level_css') @endsection @section('custom_css') @endsection @section('content') Clinic Name Center @foreach ($centers as $center) id == $clinic->center_id)?'selected':'' }} value="{{ $center->id }}">{{ $center->name }} @endforeach Special @foreach ($specials as $special) id == $clinic->special_id)?'selected':'' }} value="{{ $special->id }}">{{ $special->name }} @endforeach Edit {{ csrf_field() }} {{ method_field('PUT') }} @endsection @section('page_vendor_js') @endsection @section('page_level_js') @endsection