@extends('layout.template') @section('title', 'Home') @section('content')

Edit User #{{$data['user']['0']->id}}

@if (session('status')) @endif @if ($errors->any()) @endif
@csrf
@php if($data['user']['0']->payment_type == '1'){ $check1 = 'checked="checked"'; $check2 = ''; }else{ $check1 = ''; $check2 = 'checked="checked"'; } @endphp Free Paid
@endsection