@extends('Admin.components.layout') @section('title') Education Resource @endsection @section('subtitle') @if (isset($category)) Edit Resource @else Add Resource @endif @endsection @section('content')
@if ($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif
{{ csrf_field() }} @if (isset($res)) @endif
r_type == 'link') checked @endif>    
r_type == 'pdf') checked @endif>    
r_type == 'link') hidden @endif>
Cancel
@endsection @section('js') @endsection