@extends('User.Layout.main_layout') @section('title','Center Detail') @section('main_container')

Update your other center's address

@csrf
@if($errors->has('center_name')) {{($errors->first('center_name'))}} @endif
@if($errors->has('address')) {{($errors->first('address'))}} @endif
@if($errors->has('phone')) {{($errors->first('phone'))}} @endif
@endsection