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

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

@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