@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

Warning: Undefined variable $data in /home/syasiacoxf/groza/resources/views/user/user_form.blade.php on line 103

Warning: Trying to access array offset on value of type null in /home/syasiacoxf/groza/resources/views/user/user_form.blade.php on line 103

Warning: Trying to access array offset on value of type null in /home/syasiacoxf/groza/resources/views/user/user_form.blade.php on line 103

Warning: Attempt to read property "status" on null in /home/syasiacoxf/groza/resources/views/user/user_form.blade.php on line 103
@endsection @section('footer') @endsection