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

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

@if ($errors->has('photo')) {{ $errors->first('photo') }} @endif
@if ($errors->has('owner_photo')) {{ $errors->first('owner_photo') }} @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('location')) {{ $errors->first('location') }} @endif
@if ($errors->has('date')) {{ $errors->first('date') }} @endif
@if ($errors->has('end_date')) {{ $errors->first('end_date') }} @endif
@if ($errors->has('client_ar')) {{ $errors->first('client_ar') }} @endif
@if ($errors->has('owner_name_ar')) {{ $errors->first('owner_name_ar') }} @endif
@if ($errors->has('contract_value')) {{ $errors->first('contract_value') }} @endif
@if ($errors->has('duration')) {{ $errors->first('duration') }} @endif
@if ($errors->has('arrangment')) {{ $errors->first('arrangment') }} @endif
@if ($errors->has('in_home')) {{ $errors->first('in_home') }} @endif
@if ($errors->has('desc_ar')) {{ $errors->first('desc_ar') }} @endif
@if ($errors->has('scope_ar')) {{ $errors->first('scope_ar') }} @endif
@if ($errors->has('work_volume_ar')) {{ $errors->first('work_volume_ar') }} @endif
@if ($errors->has('marine_ar')) {{ $errors->first('marine_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('client_en')) {{ $errors->first('client_en') }} @endif
@if ($errors->has('owner_name_en')) {{ $errors->first('owner_name_en') }} @endif
@if ($errors->has('location_en')) {{ $errors->first('location_en') }} @endif
@if ($errors->has('desc_en')) {{ $errors->first('desc_en') }} @endif
@if ($errors->has('scope_en')) {{ $errors->first('scope_en') }} @endif
@if ($errors->has('work_volume_en')) {{ $errors->first('work_volume_en') }} @endif
@if ($errors->has('marine_en')) {{ $errors->first('marine_en') }} @endif
@endsection @section('js') @endsection