@extends('layouts.app') @section('content')
@lang('list.add')
@csrf
@if ($errors->has('name')) @endif
@if ($errors->has('description')) @endif
@if ($errors->has('is_private')) @endif
@endsection