@extends('Admin.components.layout') @section('title') Education Add @endsection @section('subtitle') @if (isset($data)) Edit Education @else Add Education @endif @endsection @section('content')
@if ($message = Session::get('success'))
{{ $message }}
@endif @if ($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif
{{ csrf_field() }} @if (isset($data)) @endif {{-- {{pre($data)}} --}} @if ($data->type == 'video')
video_type != 'video') hidden="" @endif>
video_type == 'video') hidden="" @endif>   (Input Only ID)
  (Input Only ID)
@else
@endif @php $medicationArray = explode(',', $data->medication); @endphp
Cancel
@endsection @section('js') @endsection