@extends('layout')
@section('h4-page', __('settingPhone'))
@section('contents')
@if (session('success'))
{{ session('success') }}
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
{{--
แก้ไขเบอร์โทรติดต่อแอดมิน
--}}
@endsection