@extends('backend.master') @section('title') অন্যান্য সনদ @endsection @section('body') @if(Auth::user()->user_type == 0 || Auth::user()->user_type == 1 || strpos(Auth::user()->permission, 'I') !== false)

অন্যান্য সনদ

অন্যান্য সনদ এডিট করুন
{{ Form::open(['route'=>['other_sanad-update', $data->id],'method'=>'POST', 'class'=>'needs-validation', 'novalidate']) }} @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