@extends('backend.master') @section('title') গ্রাহকের ধরন @endsection @section('body') @if(Auth::user()->user_type == 4 || strpos(Auth::user()->permission, '9') !== false)

গ্রাহকের ধরন

@include('backend.water.setting.client-type.index-data')
গ্রাহকের ধরন
{{ Form::open(['route'=>'water.setting.clint-type.store','method'=>'POST', 'class'=>'needs-validation', 'novalidate']) }}
{{ Form::close() }}
@else @include('backend.errors.404') @endif @endsection @section('script') @endsection