@extends('backend.master') @section('title') শিরোনাম ও নোটিশ এডিট করুন @endsection @section('body') {{-- @if(Auth::user()->user_type == 0 || Auth::user()->user_type == 1 || $permission !== false)--}} @if(Auth::user()->user_type == 0 || Auth::user()->user_type == 1)

শিরোনাম ও নোটিশ এডিট করুন

শিরোনাম ও নোটিশ এডিট করুন
{{ Form::open(['route'=>['notice.update',$data->id],'method'=>'POST', 'class'=>'needs-validation', 'novalidate', 'enctype'=>'multipart/form-data']) }} @method('PUT')


{{--
--}} {{-- --}} {{-- --}} {{--
--}}

status == 1 ? 'checked' : '' }} id="inlineRadio1" value="1">
status == 0 ? 'checked' : '' }} id="inlineRadio2" value="0">
{{ Form::close() }}
@else @include('backend.errors.404') @endif @endsection