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

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

{{ __('messages.updated-coreBusiness-desc') }}
@if (!empty($coreBusiness->cover) && file_exists(public_path() . '/upload/image/' . $coreBusiness->cover)) @else @endif
@if ($errors->has('photo')) {{ $errors->first('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('core_id')) {{ $errors->first('core_id') }} @endif
@if ($errors->has('arrangment')) {{ $errors->first('arrangment') }} @endif
@if ($errors->has('enable')) {{ $errors->first('enable') }} @endif
@if ($errors->has('pref_ar')) {{ $errors->first('pref_ar') }} @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('pref_en')) {{ $errors->first('pref_en') }} @endif
@if ($errors->has('desc_en')) {{ $errors->first('desc_en') }} @endif
@endsection @section('js') @endsection