@extends('layouts.master') @section('title') @lang('Title') @endsection @section('css') @endsection @section('content')
Online Consultation
@if ($message = Session::get('success'))
{{ $message }}
@endif
@method('PUT') {{ csrf_field() }} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @php // $file_array=array(); $fileData = []; // Initialize as an array before appending @endphp
@if ($errors->has('type'))
{{ $errors->first('type') }}
@endif
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
@if (in_array($onlineconsultaion->id, $idarray)) @else
@if ($errors->has('meta_title'))
{{ $errors->first('meta_title') }}
@endif
@if ($errors->has('meta_description'))
{{ $errors->first('meta_description') }}
@endif
@php $fileData = getGalleryFiles($resgallery); // $fileName = json_encode($file_array); @endphp
@endif
@endsection @section('script') @include('admin.dropzone-single-edit') @endsection