@extends('layouts.app') @section('title',' - User') @section('add_to_head') @endsection @section('content')
{{ csrf_field() }}
@if($user->id!=0) @else @endif
is_admin==1)checked @endif>
is_active==1)checked @endif>
@endsection