@extends('admin/layouts.master') @section('title', 'Edit WhatLearn - Admin') @section('body') @if ($errors->any())
@endif

{{ __('adminstaticword.Edit') }} {{ __('adminstaticword.WhatLearns') }}


{{ csrf_field() }} {{ method_field('PUT') }}
  • status == '1' ? 'checked' : '' }} >

  • @endsection