@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