@extends('Admin.components.layout') @section('title') Education Future @endsection @section('subtitle') @if (isset($data)) Edit Education Future @else Add Education Future @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
type == 'content' ? '' : 'hidden' }}> {{-- --}}
type == 'video' ? '' : 'hidden' }}> {{-- {{--
--}}
Cancel
@endsection @section('js') @endsection