@extends('admin.layouts.app') @section('title', 'إعدادات الموقع') @section('content')
تحديث اللوجو
@if(session('success')) @endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@if($logo)
Logo
@endif
@endsection