@extends('User.Layout.main_layout') @section('title','Update Address') @section('main_container')

@csrf
@if($errors->has('Director')) {{($errors->first('Director'))}} @endif
@if($errors->has('office_address')) {{($errors->first('office_address'))}} @endif
@endsection