@extends('admin.layouts.container') @section('content')

add user

@if($task ?? '' && $task->id) @method('PUT') @endif @CSRF
@endsection