@extends('super_admins.layouts.master') @section('title') Add Independent @endsection @section('css') @endsection @section('content') @if ($errors->any()) @endif Add Independent Home Independent Add Independent {{-- --}} Add Independent @csrf Name @if ($errors->has('name')) {{ $errors->first('name') }} @endif Description {{ old('description') }} @if ($errors->has('description')) {{ $errors->first('description') }} @endif Status Select Tenant To Be Active Or Not {{-- @if ($errors->has('is_active')) {{ $errors->first('is_active') }} @endif --}} {{-- --}} @endsection @section('scripts') @endsection