@extends('layouts.app') @section('title') Add Clinic @endsection @section('vendor_css') @endsection @section('page_level_css') @endsection @section('custom_css') @endsection @section('content') Clinic Name Center @foreach ($centers as $center) {{ $center->name }} @endforeach Special @foreach ($specials as $special) {{ $special->name }} @endforeach Add Reset {{ csrf_field() }} @endsection @section('page_vendor_js') @endsection @section('page_level_js') @endsection