@extends('layouts.master') @section('title','REALEST | IMAGE TYPE') @section('headasset') @include('layouts.head-asset') @stop @section('content')
@include('admin.main-header') @include('admin.sidebar')
Property Image Type
New Image Type
Reset
Action
Name
CreatedBy
UpdatedBy
Status
@include('admin.footer')
@csrf
Image Type Name
Status
@if(auth()->user()->role_id==1)
Active
Inactive
@else
Active
Inactive
@endif
Image Type Name
Status
@if(auth()->user()->role_id==1)
Active
Inactive
@else
Active
Inactive
@endif
@stop @section('jsscript') @include('layouts.jsscript') @stop