@extends('dashboard.layouts.master' ) @section('content')

{{__('admin.Edit contact us')}}

{{ method_field('patch') }} {{ csrf_field() }}
@if ($errors->has('contact_title')) {{ $errors->first('contact_title') }} @endif
@if ($errors->has('contactus')) {{ $errors->first('contactus') }} @endif
{{----}}
@endsection