@extends('layouts.master') @section('title') Edit Contact Us @endsection @section('extra-css') @endsection @section('index')
Edit Contact Us
@csrf @method('PUT')
@error('phone') @enderror
@error('email') @enderror
@error('working_hours') @enderror
@error('map') @enderror
@error('facebook_url') @enderror
@error('twitter_url') @enderror
@error('instagram_url') @enderror
@error('linkedIn_url') @enderror
@endsection @section('extra-script') @endsection