@extends('layouts.backend') @section('content')

Get In Touch

Abouts Us

@csrf
location : '') }}"> @if ($errors->has('location'))
{{ $errors->first('location') }}
@endif
phone_number : '') }}"> @if ($errors->has('phone_number'))
{{ $errors->first('phone_number') }}
@endif
email : '') }}"> @if ($errors->has('email'))
{{ $errors->first('email') }}
@endif

@endsection @section('js') @endsection