@extends('admin.include.master') @section('title') لوحة التحكم | اعدادات التطبيق @endsection @section('content') تغيير اللوجو {{ Form::open(array('method' => 'PATCH','files' => true,'url' =>'adminpanel/setapp/'.$changelogo->id )) }} لوجو الموقع @if ($errors->has('logo')) {{ $errors->first('logo') }} @endif صورة اللوجو {!! Form::close() !!} مواقع التواصل الاجتماعى {{ Form::open(array('method' => 'PATCH','files' => true,'url' =>'adminpanel/setapp/'.$changelogo->id )) }} موقع الواتساب @if ($errors->has('whatsapp')) {{ $errors->first('whatsapp') }} @endif موقع تويتر @if ($errors->has('twitter')) {{ $errors->first('twitter') }} @endif موقع يوتيوب @if ($errors->has('youtube')) {{ $errors->first('youtube') }} @endif موقع الانستجرام @if ($errors->has('instagram')) {{ $errors->first('instagram') }} @endif موقع سناب شات @if ($errors->has('snapchat')) {{ $errors->first('snapchat') }} @endif موقع التليجرام @if ($errors->has('telegram')) {{ $errors->first('telegram') }} @endif {!! Form::close() !!} ارسال الاشعارات لجميع المستخدمين {{ Form::open(array('method' => 'POST','url' =>'adminpanel/setapp')) }} محتوى الاشعار @if ($errors->has('notification')) {{ $errors->first('notification') }} @endif {!! Form::close() !!} @endsection