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

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

@if (!empty($project->logo_client_1) && file_exists(public_path() . '/upload/image/' . $project->logo_client_1)) @else @endif
@if ($errors->has('photo')) {{ $errors->first('photo') }} @endif
@if (!empty($project->logo_client_2) && file_exists(public_path() . '/upload/image/' . $project->logo_client_2)) @else @endif
@if ($errors->has('logo_client_2')) {{ $errors->first('logo_client_2') }} @endif
@if (!empty($project->logo_client_3) && file_exists(public_path() . '/upload/image/' . $project->logo_client_3)) @else @endif
@if ($errors->has('logo_client_3')) {{ $errors->first('logo_client_3') }} @endif
@if ($errors->has('title_ar')) {{ $errors->first('title_ar') }} @endif
@if ($errors->has('slug_ar')) {{ $errors->first('slug_ar') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@if ($errors->has('year')) {{ $errors->first('year') }} @endif
@if ($errors->has('location')) {{ $errors->first('location') }} @endif
@if ($errors->has('location_color')) {{ $errors->first('location_color') }} @endif
@if ($errors->has('arrangment')) {{ $errors->first('arrangment') }} @endif
@if ($errors->has('desc_ar')) {{ $errors->first('desc_ar') }} @endif
@if ($errors->has('title_en')) {{ $errors->first('title_en') }} @endif
@if ($errors->has('slug_en')) {{ $errors->first('slug_en') }} @endif
@if ($errors->has('location_en')) {{ $errors->first('location_en') }} @endif
@if ($errors->has('desc_en')) {{ $errors->first('desc_en') }} @endif
@endsection @section('js') @endsection