@extends('dashboard/master/master') @section('title', 'الإعدادات') @section('page-style') @endsection @section('content')
{{csrf_field()}} {{--
profile image

Allowed JPG, GIF or PNG. Max size of 800kB

--}}
@foreach ($rows as $row)
attr}} value="{{$row->value}}" id="{{$row->key}}" name="{{$row->key}}">
@endforeach @if(count($rows) > 0)
@endif
{{-- --}}
{{-- add social modal --}} {{-- edit social modal --}} @endsection @section('page-script') @endsection