@extends('admin.layout.index') @section('title') {{__('messages.partener')}} @endsection @section('css') @endsection @section('content')

{{__('messages.updated-partener')}}

@if(!empty($partener->cover) && file_exists(public_path().'/upload/image/'.$partener->cover)) @else @endif
@if ($errors->has('photo')) {{ $errors->first('photo') }} @endif
@if ($errors->has('title_ar')) {{ $errors->first('title_ar') }} @endif
@if ($errors->has('title_en')) {{ $errors->first('title_en') }} @endif
@endsection @section('js') @endsection