@extends('dashboard.layouts.master') @section('title', 'Settings') @section('css') @endsection @section('content')
@foreach ($links as $key => $val)
{!! $val['icon'] !!}
@endforeach
البريد الإلكتروني
@foreach (explode('|', getVal($row, 'email')) as $email) @if ($loop->index == 0) @else
@endif @endforeach
{{--
اضافة بريد جديد
--}}
رقم الهاتف ( WhatsApp )
@foreach (explode('|', getVal($row, 'phone')) as $phone) @if ($loop->index == 0) @else
@endif @endforeach
{{--
اضافة رقم جديد
--}}
@endsection