@extends('layouts.master') @section('title') Contact Us @endsection @section('extra-css') @endsection @section('index')
Contact Us
{{ csrf_field() }}
@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