@extends('admin.layout') @if(!empty($abs->language) && $abs->language->rtl == 1) @section('styles') @endsection @endif @section('content')
Change Informations
@if (!empty($langs)) @endif
@csrf
@if ($errors->has('support_email'))

{{$errors->first('support_email')}}

@endif
@if ($errors->has('support_phone'))

{{$errors->first('support_phone')}}

@endif
@endsection