@extends('layouts.admin') @section('title') ویرایش لوگوهای درباره ما @endsection @section('content')

ویرایش لوگوهای درباره ما

@include('admin.index.messages')
@method('patch') @csrf
@if($errors->has('locale')) {{ $errors->first('locale') }} @endif
@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('src')) {{ $errors->first('src') }} @endif @if(file_exists(public_path($aboutUsLogo['src'])) && $aboutUsLogo['src']) @endif
@endsection @section('script') @endsection