@extends('admin.layouts.admin') {{-- =========== meta Title =================== --}} @section('title') مشاهده درخواست کابر @endsection {{-- =========== My Css Style =================== --}} @section('style') @endsection {{-- =========== My JavaScript =================== --}} @section('script') @endsection {{-- =========== CONTENT =================== --}} @section('content')
{{ $user->name.' - '.$user->Role->display_name }}


company_type==1 ? 'checked' : '' }} type="radio" value="1" id="company_type" name="company_type" data-company-type="1" class="radio_btn">
company_type==2 ? 'checked' : '' }} type="radio" value="2" id="company_type_2" data-company-type="2" name="company_type" class="radio_btn">
@if($user->company_type==1)
@endif @if($user->company_type==2)
@endif

@endsection