@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)

বিভিন্ন প্রত্যয়ন টেমপ্লেট

@include('backend.sanad.other.title')
বিভিন্ন প্রত্যয়ন টেমপ্লেট যুক্ত করুন
{{ Form::open(['route'=>'sanad.other-sanad-list-store','method'=>'POST', 'class'=>'needs-validation', 'novalidate']) }}

{{ Form::close() }}
@else @include('backend.errors.404') @endif @endsection @section('script') @endsection