@extends('admin.layouts.app') @section('header-script') @include('admin.layouts.forms-header-script') @endsection @section('content')

Join As Type List

{{-- @foreach (['danger', 'warning', 'success', 'info'] as $key) @if(JoinAsType::has($key))

{{ JoinAsType::get($key) }}

@endif @endforeach --}}
@if(count($joinAsTypes) > 0) @foreach($joinAsTypes as $joinAsType) @endforeach @else @endif
Sl Title Status Action
{{$i}} {{$joinAsType->name}} @if($joinAsType->status == 1) {{"Active"}} @else InActive @endif
No Data Found
@endsection @section('footer-script') @include('admin.layouts.form-elements-footer-script') @endsection