@extends('layouts.admin.home') @section('title') Articles @endsection @section('css') @endsection @section('content')
{{--

Team

--}}
@include('flash::message') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif
@php $title = 'Article'; if ($article->article_type == 1) { $title = 'Service'; } @endphp

{{ $title }} Update

@isset($article)
@csrf
@if ($article->article_type == 1)
@else
*
{{-- @if ($article->article_type == 2) --}}


{{-- @else
@endif --}} @endif
@if ($article->article_type == 1)
@endif @if (!$article->article_type == 1)
@endif
@if ($article->article_type == 1)
@else
@endif @if ($article->article_type == 4)
@endif @if ($article->article_type == 1)
@isset($article->features) @foreach(json_decode($article->features) as $i => $feature)

@endforeach @endisset
@isset($article->what_we_offer) @foreach(json_decode($article->what_we_offer) as $i => $offer)

@endforeach @endisset
@isset($article->other_points) @foreach(json_decode($article->other_points) as $i => $other_point)


@endforeach @endisset
@else
is_recommended == 1 ? 'checked' : '' }}>
@endif
@endisset
@endsection @section('script') @endsection