@extends('super_admins.layouts.master') @section('title') Add Independent @endsection @section('css') @endsection @section('content') @if ($errors->any()) @endif

Add Independent

{{--
--}}

Add Independent

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
{{-- @if ($errors->has('is_active')) {{ $errors->first('is_active') }} @endif --}}
{{-- --}}
@endsection @section('scripts') @endsection