@extends('admin.layouts.app') @section('title', 'Education Future Add') @section('content')

Education Future it all here

@if (Session::has('message'))

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

@endif

Education Future- Add

@if ($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif
{{ csrf_field() }}
type == 'content' ? '' : 'hidden' }}>
dfdf
@if (!empty($data) && $data->type == 'content') @else
@endif
type == 'video' ? '' : 'hidden' }}>
Cancel
@endsection @section('js') @endsection