@extends('admin.layout.master') @section('content')
@if(Session::has('success'))

{{ Session::get('success') }}

@endif @if(Session::has('errors'))

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach

@endif
@csrf

Edit Article

@foreach($languages as $key=>$val)
@endforeach
@if($articledetails->image == NULL) @else @endif

@endsection @section('scripts') @endsection