@extends('admin.layouts.master') @section('title','Edit Answer') @section('maincontent') @component('components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __('Admin') }} @endslot @slot('menu2') {{ __(' Edit Answer') }} @endslot @slot('button')
Back
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('adminstaticword.Edit') }} {{ __('adminstaticword.Answer') }}
{{ csrf_field() }} {{ method_field('PUT') }}

status==1 ? 'checked' : '' }} />
@endsection {{-- @extends('admin/layouts.master') @section('title', 'Edit Answer - Instructor') @section('body')

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

{{ csrf_field() }} {{ method_field('PUT') }}

  • status==1 ? 'checked' : '' }}>



  • @endsection --}}