@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf
{{-- Tap 1 --}}
{{-- End Tap 1 --}} {{-- Tap 2 --}}
{{-- End Tap 2 --}}
{{-- End Tap --}}
{{--
--}}
@if ( empty($user->status) || $user->status == 1 ) @else @endif
@if ( !empty($user->status) && $user->status != 1 ) @else @endif
@endsection('content') @section('scripts') @endsection