@extends('admin.layout.admin_layout') @section('content')

Edit Contact Info

@include('admin.layout.message')
@csrf
*
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
*
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
*
@if ($errors->has('phone1')) {{ $errors->first('phone1') }} @endif

*
@if ($errors->has('address')) {{ $errors->first('address') }} @endif

@push('scripts') @endpush @endsection